[PATCH] D113085: [lld-macho] Enable search-paths tests on macOS

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 23:02:33 PDT 2021


keith created this revision.
Herald added a reviewer: gkm.
Herald added a project: lld-macho.
Herald added a reviewer: lld-macho.
keith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

I'm not sure what the history is here but this test passes on macOS
today. It seems like we should unify these tests if they need to run
cross platform.


Repository:
  rG LLVM Github Monorepo

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,5 +1,3 @@
-UNSUPPORTED: darwin
-
 RUN: mkdir -p %t1 %t2
 
 RUN: %lld -v -dylib -o /dev/null -L%t1 -F%t2 2>&1 \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113085.384347.patch
Type: text/x-patch
Size: 299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211103/6d30cf8f/attachment.bin>


More information about the llvm-commits mailing list