up adding them twice when running with -no-integrated-cpp or -save-temps. - <rdar://problem/6766636> -save-temps falls over with prefix headers llvm-svn: 68660
5 lines
175 B
C
5 lines
175 B
C
// Verify that -include isn't included twice with -save-temps.
|
|
// RUN: clang -S -o - %s -include %t.h -save-temps -### 2> %t.log &&
|
|
// RUN: grep '"-include' %t.log | count 1
|
|
|