forked from OSchip/llvm-project
fix build break by removing the target on command line
llvm-svn: 297896
This commit is contained in:
parent
b85cc09329
commit
ce450a662e
|
@ -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() {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue