[clang-tools-extra] r230430 - Add a missing target requirement.
Adrian Prantl
aprantl at apple.com
Tue Feb 24 17:52:11 PST 2015
Author: adrian
Date: Tue Feb 24 19:52:10 2015
New Revision: 230430
URL: http://llvm.org/viewvc/llvm-project?rev=230430&view=rev
Log:
Add a missing target requirement.
Modified:
clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp
Modified: clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp?rev=230430&r1=230429&r2=230430&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp (original)
+++ clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp Tue Feb 24 19:52:10 2015
@@ -1,6 +1,6 @@
// RUN: rm -rf %t
// RUN: pp-trace -ignore FileChanged,MacroDefined %s -x objective-c++ -undef -target x86_64 -std=c++11 -fmodules -fcxx-modules -fmodules-cache-path=%t -I%S -I%S/Input | FileCheck --strict-whitespace %s
-
+// REQUIRES: x86-registered-target
// CHECK: ---
@import Level1A;
More information about the cfe-commits
mailing list