blob: 2605eaead9c18d9861815a23da81c89efe1a2927 [file] [log] [blame]
Eric Christophere54a5922017-03-15 23:41:58 +00001// RUN: %clang -save-temps -x cl -Xclang -cl-std=CL2.0 -Xclang -finclude-default-header -emit-llvm -S -### %s
2// CHECK-NOT: finclude-default-header
3// Make sure we don't pass -finclude-default-header to any commands other than the driver.
Guansong Zhang4747cf52017-03-15 20:57:11 +00004
5void test() {}
6