fix build break by removing the target on command line

llvm-svn: 297896
This commit is contained in:
Guansong Zhang 2017-03-15 21:46:44 +00:00
parent b85cc09329
commit ce450a662e
1 changed files with 1 additions and 1 deletions

View File

@ -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() {}