forked from OSchip/llvm-project
ccc: Test case for transparent PTH support.
llvm-svn: 64420
This commit is contained in:
parent
391fc04b02
commit
7ae70391f0
|
@ -0,0 +1,5 @@
|
|||
// RUN: cp %s %t &&
|
||||
// RUN: xcc -x c-header %t -o %t.pth &&
|
||||
// RUN: xcc -### -S -include %t -x c /dev/null &> %t.log &&
|
||||
// RUN: grep '"-token-cache" ".*/pth.c.out.tmp.pth"' %t.log
|
||||
// RUN: true
|
Loading…
Reference in New Issue