Author: chapuni Date: Tue Dec 15 16:19:00 2015 New Revision: 255685 URL: http://llvm.org/viewvc/llvm-project?rev=255685&view=rev Log: Fix clang/test/CodeGen/ms_this.cpp.
Modified: cfe/trunk/test/CodeGen/ms_this.cpp Modified: cfe/trunk/test/CodeGen/ms_this.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/ms_this.cpp?rev=255685&r1=255684&r2=255685&view=diff ============================================================================== --- cfe/trunk/test/CodeGen/ms_this.cpp (original) +++ cfe/trunk/test/CodeGen/ms_this.cpp Tue Dec 15 16:19:00 2015 @@ -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 { _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits