]> granicus.if.org Git - clang/commitdiff
Add -no-canonical-prefixes to the test line so that we can handle different build...
authorEric Christopher <echristo@gmail.com>
Fri, 30 Jun 2017 06:03:47 +0000 (06:03 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 30 Jun 2017 06:03:47 +0000 (06:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306790 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/openmp-offload.c

index 8b7929ff358699f97a59cc88c930a99e41f1953a..d43aa331c9dc28aaf4040f84923767588187be6e 100644 (file)
 /// ###########################################################################
 
 /// 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"