]> granicus.if.org Git - clang/commitdiff
[test] Tweak driver test from r353917 and r353922 to pass with a nondefault CLANG_DEF...
authorMartin Storsjo <martin@martin.st>
Wed, 13 Feb 2019 13:13:45 +0000 (13:13 +0000)
committerMartin Storsjo <martin@martin.st>
Wed, 13 Feb 2019 13:13:45 +0000 (13:13 +0000)
Force -fuse-ld=ld, as some other tests in the same file do.

Loosen the regex matching the linker tool name as well, as this
can end up being <triple>-ld in case such a named tool exists.

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

test/Driver/instrprof-ld.c

index 1fefa9cfff566c1488c8880cbf8543ba59f1bd65..586d100ec8b0bf1762d39453628f8968e1896e3c 100644 (file)
 // CHECK-WINDOWS-X86-64: "{{.*}}clang_rt.profile-x86_64.lib"
 //
 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
-// RUN:     -target x86_64-mingw32 -fprofile-instr-generate \
+// RUN:     -target x86_64-mingw32 -fprofile-instr-generate -fuse-ld=ld \
 // RUN:     -resource-dir=%S/Inputs/resource_dir \
 // RUN:   | FileCheck --check-prefix=CHECK-MINGW-X86-64 %s
 //
-// CHECK-MINGW-X86-64: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
+// CHECK-MINGW-X86-64: "{{(.*[^.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
 // CHECK-MINGW-X86-64: "{{.*}}/Inputs/resource_dir{{/|\\\\}}lib{{/|\\\\}}windows{{/|\\\\}}libclang_rt.profile-x86_64.a"