From: Guansong Zhang Date: Wed, 15 Mar 2017 21:46:44 +0000 (+0000) Subject: fix build break by removing the target on command line X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81c05135c11f08815224e50087858a5b7f44e891;p=clang fix build break by removing the target on command line git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297896 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/include-default-header.cl b/test/Driver/include-default-header.cl index accc6d55db..db04f7cf9d 100644 --- a/test/Driver/include-default-header.cl +++ b/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() {}