diff options
author | Bob Wilson <bob.wilson@apple.com> | 2014-06-10 21:15:17 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2014-06-10 21:15:17 +0000 |
commit | 9c865ddb74b8190cbbbc9d1218640ecaf80a2514 (patch) | |
tree | 056b79a0eab75eaf61dd0205a5782cdda60e3916 /clang/test/Misc/win32-macho.c | |
parent | c3fbf683e6a1a5baf1354af1bac6799e3b92288a (diff) | |
download | bcm5719-llvm-9c865ddb74b8190cbbbc9d1218640ecaf80a2514.tar.gz bcm5719-llvm-9c865ddb74b8190cbbbc9d1218640ecaf80a2514.zip |
Try to fix clang-hexagon-elf failure by requiring x86 support for this test.
llvm-svn: 210586
Diffstat (limited to 'clang/test/Misc/win32-macho.c')
-rw-r--r-- | clang/test/Misc/win32-macho.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Misc/win32-macho.c b/clang/test/Misc/win32-macho.c index 2879ba4479c..28132315d7c 100644 --- a/clang/test/Misc/win32-macho.c +++ b/clang/test/Misc/win32-macho.c @@ -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 |