[clang-tools-extra] r230455 - Revert "Add a missing target requirement."

Adrian Prantl aprantl at apple.com
Tue Feb 24 18:46:29 PST 2015


Author: adrian
Date: Tue Feb 24 20:46:29 2015
New Revision: 230455

URL: http://llvm.org/viewvc/llvm-project?rev=230455&view=rev
Log:
Revert "Add a missing target requirement."

This reverts commit 230430.

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=230455&r1=230454&r2=230455&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 20:46:29 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