summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2017-06-30 06:03:47 +0000
committerEric Christopher <echristo@gmail.com>2017-06-30 06:03:47 +0000
commitb11a3222e889fc8bd104a2c80cb935087f02c992 (patch)
tree2ceeb45330fd2d9fb9323610fd80762d9ca9b1bd /clang
parent939d932fbe59908447c7d542cda906e55f219606 (diff)
downloadbcm5719-llvm-b11a3222e889fc8bd104a2c80cb935087f02c992.tar.gz
bcm5719-llvm-b11a3222e889fc8bd104a2c80cb935087f02c992.zip
Add -no-canonical-prefixes to the test line so that we can handle different build modes.
llvm-svn: 306790
Diffstat (limited to 'clang')
-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 8b7929ff358..d43aa331c9d 100644
--- a/clang/test/Driver/openmp-offload.c
+++ b/clang/test/Driver/openmp-offload.c
@@ -593,7 +593,7 @@
/// ###########################################################################
/// Check -fopenmp-is-device is passed when compiling for the device.
-// RUN: %clang -### -target powerpc64le-linux -fopenmp=libomp -fopenmp-targets=powerpc64le-ibm-linux-gnu %s 2>&1 \
+// RUN: %clang -### -no-canonical-prefixes -target powerpc64le-linux -fopenmp=libomp -fopenmp-targets=powerpc64le-ibm-linux-gnu %s 2>&1 \
// RUN: | FileCheck -check-prefix=CHK-FOPENMP-IS-DEVICE %s
// CHK-FOPENMP-IS-DEVICE: clang{{.*}} "-aux-triple" "powerpc64le--linux" {{.*}}.c" "-fopenmp-is-device" "-fopenmp-host-ir-file-path"
OpenPOWER on IntegriCloud