[all-commits] [llvm/llvm-project] 0885af: [lld][test] Fix darwin REQUIRES (NFC)
Keith Smiley via All-commits
all-commits at lists.llvm.org
Thu Oct 7 12:38:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0885afb8b0584becc0e315217d37776cb0518115
https://github.com/llvm/llvm-project/commit/0885afb8b0584becc0e315217d37776cb0518115
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M lld/test/MachO/search-paths-darwin.test
Log Message:
-----------
[lld][test] Fix darwin REQUIRES (NFC)
Some subprojects like compiler-rt define the `darwin` feature in their
lit config, but lld does not do that, so we need to use the global
system-darwin here instead. This test seems to have drifted from the
actual behavior so I also had to add `/usr/local/lib` here to make it
pass.
Differential Revision: https://reviews.llvm.org/D111268
More information about the All-commits
mailing list