]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210586 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/win32-macho.c

index 2879ba4479c5d52d4c4f9c947f3cca2207b4c5e9..28132315d7c05bfc0fc15e76686e246c6efa8332 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