Try to fix clang-hexagon-elf failure by requiring x86 support for this test.
authorBob Wilson <bob.wilson@apple.com>
Tue, 10 Jun 2014 21:15:17 +0000 (21:15 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 10 Jun 2014 21:15:17 +0000 (21:15 +0000)
llvm-svn: 210586

clang/test/Misc/win32-macho.c

index 2879ba4..2813231 100644 (file)
@@ -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