summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms_this.cpp
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-12-15 19:14:24 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-12-15 19:14:24 +0000
commit6c3b8374522c1c7d8a34306f90eb4b1204d40506 (patch)
tree251c248a8e525e65b8c41c07e0c1ad0cc0850ed0 /clang/test/CodeGen/ms_this.cpp
parenta84428e687ad880bda26f52682e5f18877b6315d (diff)
downloadbcm5719-llvm-6c3b8374522c1c7d8a34306f90eb4b1204d40506.tar.gz
bcm5719-llvm-6c3b8374522c1c7d8a34306f90eb4b1204d40506.zip
Unsupport test that should not be run on Hexagon
llvm-svn: 255667
Diffstat (limited to 'clang/test/CodeGen/ms_this.cpp')
-rw-r--r--clang/test/CodeGen/ms_this.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/CodeGen/ms_this.cpp b/clang/test/CodeGen/ms_this.cpp
index f3d8861a8ba..bc5f955d687 100644
--- a/clang/test/CodeGen/ms_this.cpp
+++ b/clang/test/CodeGen/ms_this.cpp
@@ -1,3 +1,7 @@
+// Hexagon build bot defines hexagon-unknown-elf as the default target triple,
+// which seems to trump the -triple argument for some reason.
+// UNSUPPORTED: hexagon
+
// RUN: %clang_cc1 -triple x86_64-pc-win32 -fasm-blocks -emit-llvm %s -o - | FileCheck %s
class t1 {
public:
OpenPOWER on IntegriCloud