r297896 - fix build break by removing the target on command line

Guansong Zhang via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 15 14:46:44 PDT 2017


Author: guansong
Date: Wed Mar 15 16:46:44 2017
New Revision: 297896

URL: http://llvm.org/viewvc/llvm-project?rev=297896&view=rev
Log:
fix build break by removing the target on command line

Modified:
    cfe/trunk/test/Driver/include-default-header.cl

Modified: cfe/trunk/test/Driver/include-default-header.cl
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/include-default-header.cl?rev=297896&r1=297895&r2=297896&view=diff
==============================================================================
--- cfe/trunk/test/Driver/include-default-header.cl (original)
+++ cfe/trunk/test/Driver/include-default-header.cl Wed Mar 15 16:46:44 2017
@@ -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() {}
 




More information about the cfe-commits mailing list