From 81c05135c11f08815224e50087858a5b7f44e891 Mon Sep 17 00:00:00 2001 From: Guansong Zhang Date: Wed, 15 Mar 2017 21:46:44 +0000 Subject: [PATCH] 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 --- test/Driver/include-default-header.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {} -- 2.40.0