r210586 - Try to fix clang-hexagon-elf failure by requiring x86 support for this test.

Bob Wilson bob.wilson at apple.com
Tue Jun 10 14:15:17 PDT 2014


Author: bwilson
Date: Tue Jun 10 16:15:17 2014
New Revision: 210586

URL: http://llvm.org/viewvc/llvm-project?rev=210586&view=rev
Log:
Try to fix clang-hexagon-elf failure by requiring x86 support for this test.

Modified:
    cfe/trunk/test/Misc/win32-macho.c

Modified: cfe/trunk/test/Misc/win32-macho.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/win32-macho.c?rev=210586&r1=210585&r2=210586&view=diff
==============================================================================
--- cfe/trunk/test/Misc/win32-macho.c (original)
+++ cfe/trunk/test/Misc/win32-macho.c Tue Jun 10 16:15:17 2014
@@ -1,2 +1,3 @@
 // Check that basic use of win32-macho targets works.
+// REQUIRES: x86-registered-target
 // RUN: %clang -c -target x86_64-pc-win32-macho %s





More information about the cfe-commits mailing list