From 627fa8e424f8657cd0cc9b34100ea5c4337dd81c Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sun, 13 Mar 2016 22:26:26 +0000 Subject: [PATCH] Try to get cl-pch-showincludes passing on AArch64 bots. llvm-svn: 263400 --- clang/test/Driver/cl-pch-showincludes.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/Driver/cl-pch-showincludes.cpp b/clang/test/Driver/cl-pch-showincludes.cpp index dd78075..a78e60e 100644 --- a/clang/test/Driver/cl-pch-showincludes.cpp +++ b/clang/test/Driver/cl-pch-showincludes.cpp @@ -2,6 +2,7 @@ // command-line option, e.g. on Mac where %s is commonly under /Users. // Tests interaction of /Yc / /Yu with /showIncludes +// REQUIRES: x86-registered-target #include "header3.h" -- 2.7.4