[PATCH] D113085: [lld-macho] Enable search-paths tests on macOS
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 3 12:02:12 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4313c56aa3e6: [lld-macho] Enable search-paths tests on macOS (authored by keith).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113085/new/
https://reviews.llvm.org/D113085
Files:
lld/test/MachO/search-paths.test
Index: lld/test/MachO/search-paths.test
===================================================================
--- lld/test/MachO/search-paths.test
+++ lld/test/MachO/search-paths.test
@@ -1,6 +1,4 @@
-UNSUPPORTED: darwin
-
-RUN: mkdir -p %t1 %t2
+RUN: rm -rf %t1 %t2; mkdir -p %t1 %t2
RUN: %lld -v -dylib -o /dev/null -L%t1 -F%t2 2>&1 \
RUN: | FileCheck -DLDIR=%t1 -DFDIR=%t2 %s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113085.384549.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211103/c306fdfd/attachment.bin>
More information about the llvm-commits
mailing list