[PATCH] D55441: [lld] [test] Fix reproduce-blackslash.s test with NetBSD tar
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 7 11:00:08 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348628: [test] Fix reproduce-blackslash.s test with NetBSD tar (authored by mgorny, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D55441?vs=177232&id=177251#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55441/new/
https://reviews.llvm.org/D55441
Files:
lld/trunk/test/ELF/reproduce-backslash.s
Index: lld/trunk/test/ELF/reproduce-backslash.s
===================================================================
--- lld/trunk/test/ELF/reproduce-backslash.s
+++ lld/trunk/test/ELF/reproduce-backslash.s
@@ -6,4 +6,4 @@
# RUN: ld.lld %T/foo\\.o --reproduce %T/repro.tar -o /dev/null
# RUN: tar tf %T/repro.tar | FileCheck %s
-# CHECK: repro/{{.*}}/foo\\.o
+# CHECK: repro/{{.*}}/foo\{{[\]?}}.o
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55441.177251.patch
Type: text/x-patch
Size: 400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181207/5c770a44/attachment-0001.bin>
More information about the cfe-commits
mailing list