From: Keith Smiley Date: Wed, 3 Nov 2021 18:28:45 +0000 (-0700) Subject: [lld-macho] Enable search-paths tests on macOS X-Git-Tag: upstream/15.0.7~26798 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4313c56aa3e6fee26463a271c475259f18b1014e;p=platform%2Fupstream%2Fllvm.git [lld-macho] Enable search-paths tests on macOS 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. Reviewed By: #lld-macho, int3 Differential Revision: https://reviews.llvm.org/D113085 --- diff --git a/lld/test/MachO/search-paths.test b/lld/test/MachO/search-paths.test index 15d1b56..88f4fab 100644 --- a/lld/test/MachO/search-paths.test +++ b/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