aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-03-06 14:49:48 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-03-06 14:49:48 +0000
commit2508fcff605ab872d78edb95edb95aca67b51d28 (patch)
tree30463549413a2f9c887235c5fb04db41caff8b48
parentb8093314ef72e91eb00d2e77b0a6c094e28258f6 (diff)
downloadllvm-2508fcff605ab872d78edb95edb95aca67b51d28.zip
llvm-2508fcff605ab872d78edb95edb95aca67b51d28.tar.gz
llvm-2508fcff605ab872d78edb95edb95aca67b51d28.tar.bz2
[lldb] [lit] Attempt to fix regex in toolchain-clang.test
llvm-svn: 355510
-rw-r--r--lldb/lit/BuildScript/toolchain-clang.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/lit/BuildScript/toolchain-clang.test b/lldb/lit/BuildScript/toolchain-clang.test
index ce5a56a..eb2dbd5 100644
--- a/lldb/lit/BuildScript/toolchain-clang.test
+++ b/lldb/lit/BuildScript/toolchain-clang.test
@@ -10,5 +10,5 @@ CHECK: compiling foobar.c -> foo.exe-foobar.o
CHECK-32: {{.*}}clang++{{(.exe)?}} -m32 -g -O0 -c -o {{.*}}foo.exe-foobar.o {{.*}}foobar.c
CHECK-64: {{.*}}clang++{{(.exe)?}} -m64 -g -O0 -c -o {{.*}}foo.exe-foobar.o {{.*}}foobar.c
CHECK: linking foo.exe-foobar.o -> foo.exe
-CHECK-32: {{.*}}clang++{{(.exe)?}} -m32 {{(-L.*)? (-Wl,-rpath,.*)?}} -o {{.*}}foo.exe {{.*}}foo.exe-foobar.o
-CHECK-64: {{.*}}clang++{{(.exe)?}} -m64 {{(-L.*)? (-Wl,-rpath,.*)?}} -o {{.*}}foo.exe {{.*}}foo.exe-foobar.o
+CHECK-32: {{.*}}clang++{{(.exe)?}} -m32 {{(-L.* )?(-Wl,-rpath,.* )?}}-o {{.*}}foo.exe {{.*}}foo.exe-foobar.o
+CHECK-64: {{.*}}clang++{{(.exe)?}} -m64 {{(-L.* )?(-Wl,-rpath,.* )?}}-o {{.*}}foo.exe {{.*}}foo.exe-foobar.o