[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 11:33:24 PDT 2021
keith updated this revision to Diff 384537.
keith marked an inline comment as done.
keith added a comment.
Add cleanup to setup
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.384537.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211103/89b5049d/attachment.bin>
More information about the llvm-commits
mailing list