Revert 318668, which is associated with a broken patch
authorErich Keane <erich.keane@intel.com>
Mon, 20 Nov 2017 22:10:28 +0000 (22:10 +0000)
committerErich Keane <erich.keane@intel.com>
Mon, 20 Nov 2017 22:10:28 +0000 (22:10 +0000)
llvm-svn: 318702

clang-tools-extra/test/pp-trace/pp-trace-pragma-general.cpp
clang-tools-extra/test/pp-trace/pp-trace-pragma-opencl.cpp

index 88f1af6..6caef0b 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: pp-trace -ignore FileChanged,MacroDefined %s -ffreestanding | FileCheck --strict-whitespace %s
+// RUN: pp-trace -ignore FileChanged,MacroDefined %s | FileCheck --strict-whitespace %s
 
 #pragma clang diagnostic push
 #pragma clang diagnostic pop
index ad3ed84..cfd72c0 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: pp-trace -ignore FileChanged,MacroDefined %s -ffreestanding -x cl | FileCheck --strict-whitespace %s
+// RUN: pp-trace -ignore FileChanged,MacroDefined %s -x cl | FileCheck --strict-whitespace %s
 
 #pragma OPENCL EXTENSION all : disable
 #pragma OPENCL EXTENSION cl_khr_int64_base_atomics : disable