Files
clang-p2996/clang/test/Driver/clang_cpp.c
Daniel Dunbar d067f7fbef Driver: Split out CPP specific options for clang so that we don't end
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
2009-04-08 23:54:23 +00:00

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