summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2019-03-19 19:34:15 +0000
committerDouglas Yung <douglas.yung@sony.com>2019-03-19 19:34:15 +0000
commit77423914419162ad57bad560bf4dccf3f5759db2 (patch)
treee6507401abb7c5c6f8efd78f89506bc189bf73bc /clang
parentcf55a657f0c585a41d708ca612068c21957aff61 (diff)
downloadbcm5719-llvm-77423914419162ad57bad560bf4dccf3f5759db2.tar.gz
bcm5719-llvm-77423914419162ad57bad560bf4dccf3f5759db2.zip
Move options to separate checks that do not need to immediately follow the previous option. NFCI
llvm-svn: 356507
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Driver/hip-toolchain-mllvm.hip6
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/test/Driver/hip-toolchain-mllvm.hip b/clang/test/Driver/hip-toolchain-mllvm.hip
index b8ebb414a4a..d8f9c0bbf53 100644
--- a/clang/test/Driver/hip-toolchain-mllvm.hip
+++ b/clang/test/Driver/hip-toolchain-mllvm.hip
@@ -8,7 +8,8 @@
// RUN: %s 2>&1 | FileCheck %s
// CHECK: [[CLANG:".*clang.*"]] "-cc1" "-triple" "amdgcn-amd-amdhsa"
-// CHECK-SAME: "-aux-triple" "x86_64-unknown-linux-gnu" "-emit-llvm-bc"
+// CHECK-SAME: "-aux-triple" "x86_64-unknown-linux-gnu"
+// CHECK-SAME: "-emit-llvm-bc"
// CHECK-SAME: {{.*}} "-target-cpu" "gfx803"
// CHECK-SAME: {{.*}} "-mllvm" "-amdgpu-function-calls=0" {{.*}}
@@ -22,7 +23,8 @@
// CHECK-SAME: "-amdgpu-function-calls=0" "-o" {{".*-gfx803-.*o"}}
// CHECK: [[CLANG]] "-cc1" "-triple" "amdgcn-amd-amdhsa"
-// CHECK-SAME: "-aux-triple" "x86_64-unknown-linux-gnu" "-emit-llvm-bc"
+// CHECK-SAME: "-aux-triple" "x86_64-unknown-linux-gnu"
+// CHECK-SAME: "-emit-llvm-bc"
// CHECK-SAME: {{.*}} "-target-cpu" "gfx900"
// CHECK-SAME: {{.*}} "-mllvm" "-amdgpu-function-calls=0" {{.*}}
OpenPOWER on IntegriCloud