From 512bd5769978cc680cb357fdaabd086f4cefcf0d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 15 Dec 2015 22:19:00 +0000 Subject: [PATCH] Fix clang/test/CodeGen/ms_this.cpp. llvm-svn: 255685 --- clang/test/CodeGen/ms_this.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clang/test/CodeGen/ms_this.cpp b/clang/test/CodeGen/ms_this.cpp index bc5f955d6876..f169c72d9b89 100644 --- a/clang/test/CodeGen/ms_this.cpp +++ b/clang/test/CodeGen/ms_this.cpp @@ -1,6 +1,4 @@ -// Hexagon build bot defines hexagon-unknown-elf as the default target triple, -// which seems to trump the -triple argument for some reason. -// UNSUPPORTED: hexagon +// REQUIRES: x86-registered-target // RUN: %clang_cc1 -triple x86_64-pc-win32 -fasm-blocks -emit-llvm %s -o - | FileCheck %s class t1 {