summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/openmp-offload.c
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2018-09-25 18:31:56 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2018-09-25 18:31:56 +0000
commit3dfc9934375c0a3921c5275010e22ae58ddff16b (patch)
tree16ff72656f42fb395257bf6e317e2f11806b73b4 /clang/test/Driver/openmp-offload.c
parent0ec3185db907b452e394c20c83612e2f77b4b3d8 (diff)
downloadbcm5719-llvm-3dfc9934375c0a3921c5275010e22ae58ddff16b.tar.gz
bcm5719-llvm-3dfc9934375c0a3921c5275010e22ae58ddff16b.zip
Revert "[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file
types." It reverts commit r342991 + several other commits intended to fix the tests. Still have some failed tests, need to investigate it. llvm-svn: 343002
Diffstat (limited to 'clang/test/Driver/openmp-offload.c')
-rw-r--r--clang/test/Driver/openmp-offload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/openmp-offload.c b/clang/test/Driver/openmp-offload.c
index d2109df0386..af5a527d517 100644
--- a/clang/test/Driver/openmp-offload.c
+++ b/clang/test/Driver/openmp-offload.c
@@ -358,7 +358,7 @@
/// ###########################################################################
/// Check separate compilation with offloading - bundling actions
-// 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: %clang -### -ccc-print-phases -fopenmp=libomp -c -o %t.o -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)
OpenPOWER on IntegriCloud