]> granicus.if.org Git - clang/commitdiff
fix build break by removing the target on command line
authorGuansong Zhang <zhang.guansong@gmail.com>
Wed, 15 Mar 2017 21:46:44 +0000 (21:46 +0000)
committerGuansong Zhang <zhang.guansong@gmail.com>
Wed, 15 Mar 2017 21:46:44 +0000 (21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297896 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/include-default-header.cl

index accc6d55db51109e196710fbcad93574ee3bf22b..db04f7cf9d1ef52e2755f2f1ba4b13a570cc3bad 100644 (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() {}