From: Krzysztof Parzyszek Date: Tue, 15 Dec 2015 19:14:24 +0000 (+0000) Subject: Unsupport test that should not be run on Hexagon X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60d593800a7f9011b53ed9491bb846220030d926;p=clang Unsupport test that should not be run on Hexagon git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255667 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ms_this.cpp b/test/CodeGen/ms_this.cpp index f3d8861a8b..bc5f955d68 100644 --- a/test/CodeGen/ms_this.cpp +++ b/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: