Eric Christopher | e54a592 | 2017-03-15 23:41:58 +0000 | [diff] [blame] | 1 | // 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 Zhang | 4747cf5 | 2017-03-15 20:57:11 +0000 | [diff] [blame] | 4 | |
5 | void test() {} | ||||
6 |