diff options
author | Nico Weber <nicolasweber@gmx.de> | 2016-03-13 22:26:26 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2016-03-13 22:26:26 +0000 |
commit | 627fa8e424f8657cd0cc9b34100ea5c4337dd81c (patch) | |
tree | 7e60b41e79d3d0da51a771fcf40ac102b1ed1c50 | |
parent | 16c445ae9205dad9b435ca08c5b55e14cbeb41d8 (diff) | |
download | bcm5719-llvm-627fa8e424f8657cd0cc9b34100ea5c4337dd81c.tar.gz bcm5719-llvm-627fa8e424f8657cd0cc9b34100ea5c4337dd81c.zip |
Try to get cl-pch-showincludes passing on AArch64 bots.
llvm-svn: 263400
-rw-r--r-- | clang/test/Driver/cl-pch-showincludes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Driver/cl-pch-showincludes.cpp b/clang/test/Driver/cl-pch-showincludes.cpp index dd7807546c0..a78e60e9ba4 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" |