[PATCH] D111268: [lld][test] Fix darwin REQUIRES (NFC)

Vincent Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 6 23:48:29 PDT 2021


thevinster added inline comments.


================
Comment at: lld/test/MachO/search-paths-darwin.test:2
 REQUIRES: x86
-REQUIRES: darwin
+REQUIRES: system-darwin
 
----------------
What's the reason for not supporting `darwin` in LLD's lit config instead? If compiler-rt defines the feature, then it makes sense for LLD to follow a similar pattern. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111268/new/

https://reviews.llvm.org/D111268



More information about the llvm-commits mailing list