]> granicus.if.org Git - clang/commitdiff
Force driver's PTH test to use PTH
authorDouglas Gregor <dgregor@apple.com>
Tue, 28 Apr 2009 22:43:20 +0000 (22:43 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 28 Apr 2009 22:43:20 +0000 (22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70338 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/pth.c

index f84b2a25f191cb9eeb8e04f112f7b098e22a2b95..748053809a7cd52741097012e025eb3f7807c07d 100644 (file)
@@ -1,8 +1,8 @@
 // Test transparent PTH support.
 
-// RUN: clang -x c-header %s -o %t.h.pch -### 2> %t.log &&
-// RUN: grep '".*/clang-cc" .* "-o" ".*\.h\.pch" "-x" "c-header" ".*pth\.c"' %t.log &&
+// RUN: clang -ccc-pch-is-pth -x c-header %s -o %t.h.pth -### 2> %t.log &&
+// RUN: grep '".*/clang-cc" .* "-o" ".*\.h\.pth" "-x" "c-header" ".*pth\.c"' %t.log &&
 
 // RUN: touch %t.h.pth &&
-// RUN: clang -E -include %t.h %s -### 2> %t.log &&
+// RUN: clang -ccc-pch-is-pth -E -include %t.h %s -### 2> %t.log &&
 // RUN: grep '".*/clang-cc" .*"-include-pth" ".*\.h\.pth" .*"-x" "c" ".*pth\.c"' %t.log