From 9c865ddb74b8190cbbbc9d1218640ecaf80a2514 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Tue, 10 Jun 2014 21:15:17 +0000 Subject: [PATCH] Try to fix clang-hexagon-elf failure by requiring x86 support for this test. llvm-svn: 210586 --- clang/test/Misc/win32-macho.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/Misc/win32-macho.c b/clang/test/Misc/win32-macho.c index 2879ba4..2813231 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 -- 2.7.4