]> granicus.if.org Git - clang/commitdiff
[OpenMP] Fix link command pattern in offloading interoperability test.
authorSamuel Antao <sfantao@us.ibm.com>
Thu, 28 Jul 2016 14:56:19 +0000 (14:56 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Thu, 28 Jul 2016 14:56:19 +0000 (14:56 +0000)
It was causing a few bots to fail.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276983 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/offloading-interoperability.c

index f3836ee1cdec7e95b5b78bf38a9bf033ee682ede..dbef4624fb206bf5c4f17d0156f248630c12e7c3 100644 (file)
@@ -14,4 +14,4 @@
 // NO-OPENMP-FLAGS-FOR-CUDA-DEVICE-NEXT: fatbinary" "--cuda" "-64"
 // NO-OPENMP-FLAGS-FOR-CUDA-DEVICE-NEXT: clang{{.*}}" "-cc1" "-triple" "powerpc64le--linux-gnu"
 // NO-OPENMP-FLAGS-FOR-CUDA-DEVICE:      -fopenmp
-// NO-OPENMP-FLAGS-FOR-CUDA-DEVICE-NEXT: ld" "-z" "relro" "--hash-style=gnu" "--eh-frame-hdr" "-m" "elf64lppc"
+// NO-OPENMP-FLAGS-FOR-CUDA-DEVICE-NEXT: ld" {{.*}}"-m" "elf64lppc"