diff options
-rw-r--r-- | clang/test/Driver/include-default-header.cl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/include-default-header.cl b/clang/test/Driver/include-default-header.cl index accc6d55db5..db04f7cf9d1 100644 --- a/clang/test/Driver/include-default-header.cl +++ b/clang/test/Driver/include-default-header.cl @@ -1,4 +1,4 @@ -// RUN: %clang -v -save-temps -x cl -Xclang -cl-std=CL2.0 -Xclang -finclude-default-header -target amdgcn -S -c %s +// RUN: %clang -v -save-temps -x cl -Xclang -cl-std=CL2.0 -Xclang -finclude-default-header -emit-llvm -c %s void test() {} |