зеркало из https://github.com/microsoft/clang-1.git
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:
Родитель
faa20c7f41
Коммит
1ee821b0b9
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче