diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-12-15 19:14:24 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-12-15 19:14:24 +0000 |
commit | 6c3b8374522c1c7d8a34306f90eb4b1204d40506 (patch) | |
tree | 251c248a8e525e65b8c41c07e0c1ad0cc0850ed0 /clang/test/CodeGen/ms_this.cpp | |
parent | a84428e687ad880bda26f52682e5f18877b6315d (diff) | |
download | bcm5719-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.cpp | 4 |
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: |