From: Douglas Yung Date: Tue, 19 Mar 2019 19:34:15 +0000 (+0000) Subject: Move options to separate checks that do not need to immediately follow the previous... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98a21c18f23597a8fb89d89a33888fa72a74b28d;p=clang Move options to separate checks that do not need to immediately follow the previous option. NFCI git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356507 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/hip-toolchain-mllvm.hip b/test/Driver/hip-toolchain-mllvm.hip index b8ebb414a4..d8f9c0bbf5 100644 --- a/test/Driver/hip-toolchain-mllvm.hip +++ b/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" {{.*}}