blob: f84b2a25f191cb9eeb8e04f112f7b098e22a2b95 [file] [log] [blame]
Daniel Dunbar049853d2009-03-20 19:38:56 +00001// Test transparent PTH support.
2
Daniel Dunbar7ec3daf2009-03-24 03:07:05 +00003// RUN: clang -x c-header %s -o %t.h.pch -### 2> %t.log &&
Daniel Dunbard7d5f022009-03-24 02:24:46 +00004// RUN: grep '".*/clang-cc" .* "-o" ".*\.h\.pch" "-x" "c-header" ".*pth\.c"' %t.log &&
Daniel Dunbar049853d2009-03-20 19:38:56 +00005
6// RUN: touch %t.h.pth &&
Daniel Dunbar7ec3daf2009-03-24 03:07:05 +00007// RUN: clang -E -include %t.h %s -### 2> %t.log &&
Daniel Dunbard7d5f022009-03-24 02:24:46 +00008// RUN: grep '".*/clang-cc" .*"-include-pth" ".*\.h\.pth" .*"-x" "c" ".*pth\.c"' %t.log