forked from OSchip/llvm-project
[OPENMP] Fix the test, NFC.
Fixed test to pacify buildbot. llvm-svn: 342996
This commit is contained in:
parent
99de44bc54
commit
a55471138d
|
@ -358,7 +358,7 @@
|
|||
/// ###########################################################################
|
||||
|
||||
/// Check separate compilation with offloading - bundling actions
|
||||
// RUN: %clang -### -ccc-print-phases -fopenmp=libomp -c -o %t.o Input/in.so -lsomelib -target powerpc64le-linux -fopenmp-targets=powerpc64le-ibm-linux-gnu,x86_64-pc-linux-gnu %s -no-canonical-prefixes 2>&1 \
|
||||
// RUN: %clang -### -ccc-print-phases -fopenmp=libomp -c -o %t.o %S/Input/in.so -lsomelib -target powerpc64le-linux -fopenmp-targets=powerpc64le-ibm-linux-gnu,x86_64-pc-linux-gnu %s -no-canonical-prefixes 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHK-BUACTIONS %s
|
||||
|
||||
// CHK-BUACTIONS: 0: input, "[[INPUT:.+\.c]]", c, (host-openmp)
|
||||
|
@ -500,7 +500,7 @@
|
|||
// RUN: touch %t.o
|
||||
// RUN: %clang -### -fopenmp=libomp -o %t.out -lsomelib -target powerpc64le-linux -fopenmp-targets=powerpc64le-ibm-linux-gnu,x86_64-pc-linux-gnu %t.o -no-canonical-prefixes 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHK-UBJOBS2 %s
|
||||
// RUN: %clang -### -fopenmp=libomp -o %t.out -lsomelib -target powerpc64le-linux -fopenmp-targets=powerpc64le-ibm-linux-gnu,x86_64-pc-linux-gnu %t.o %S/Inputs/in.so -save-temps -no-canonical-prefixes 2>&1 \
|
||||
// RUN: %clang -### -fopenmp=libomp -o %t.out -lsomelib -target powerpc64le-linux -fopenmp-targets=powerpc64le-ibm-linux-gnu,x86_64-pc-linux-gnu %t.o -save-temps -no-canonical-prefixes 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHK-UBJOBS2-ST %s
|
||||
|
||||
// Unbundle and create host BC.
|
||||
|
@ -579,7 +579,6 @@
|
|||
// CHK-UBJOBS2-ST-SAME: [[HOSTOBJ:[^\\/,]+\.o]],
|
||||
// CHK-UBJOBS2-ST-SAME: [[T1OBJ:[^\\/,]+\.o]],
|
||||
// CHK-UBJOBS2-ST-SAME: [[T2OBJ:[^\\/,]+\.o]]" "-unbundle"
|
||||
// CHK-UBJOBS2-ST-NOT: clang-offload-bundler{{.*}}in.so
|
||||
// CHK-UBJOBS2-ST: ld{{(\.exe)?}}" {{.*}}"-o" "
|
||||
// CHK-UBJOBS2-ST-SAME: [[T1BIN:[^\\/]+\.out-openmp-powerpc64le-ibm-linux-gnu]]" {{.*}}"{{.*}}[[T1OBJ]]"
|
||||
// CHK-UBJOBS2-ST: ld{{(\.exe)?}}" {{.*}}"-o" "
|
||||
|
|
Loading…
Reference in New Issue