blob: bca41ed72aff3c4081e70ee822c5b060eca0588c [file] [log] [blame]
Anastasia Stulovabaa50632019-03-19 13:04:17 +00001// RUN: %clang -save-temps -x cl -Xclang -cl-std=CL2.0 -Xclang -finclude-default-header -emit-llvm -S -### %s 2>&1 | FileCheck %s
2
3// CHECK-LABEL: finclude-default-header
Eric Christophere54a5922017-03-15 23:41:58 +00004// Make sure we don't pass -finclude-default-header to any commands other than the driver.
Guansong Zhang4747cf52017-03-15 20:57:11 +00005
6void test() {}
7