summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms_this.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-12-15 22:19:00 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-12-15 22:19:00 +0000
commit512bd5769978cc680cb357fdaabd086f4cefcf0d (patch)
tree64fa07a24060d695eebef978e0e4642466d12f4a /clang/test/CodeGen/ms_this.cpp
parentbe49271399d86a610ce7d03da6aa352bb4bea810 (diff)
downloadbcm5719-llvm-512bd5769978cc680cb357fdaabd086f4cefcf0d.tar.gz
bcm5719-llvm-512bd5769978cc680cb357fdaabd086f4cefcf0d.zip
Fix clang/test/CodeGen/ms_this.cpp.
llvm-svn: 255685
Diffstat (limited to 'clang/test/CodeGen/ms_this.cpp')
-rw-r--r--clang/test/CodeGen/ms_this.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/test/CodeGen/ms_this.cpp b/clang/test/CodeGen/ms_this.cpp
index bc5f955d687..f169c72d9b8 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 {
OpenPOWER on IntegriCloud