ccc: Suffix for PCH files is appended, not replaced. (Test case)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64467 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-02-13 17:42:52 +00:00
Родитель faa20c7f41
Коммит 1ee821b0b9
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +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: cp %s %t.h &&
// RUN: xcc %t.h &&
// RUN: xcc -### -S -include %t.h -x c /dev/null &> %t.log &&
// RUN: grep '"-token-cache" ".*/pth.c.out.tmp.h.pth"' %t.log
// RUN: true