[PATCH] D57406: build: remove use of llvm-config

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 30 13:12:51 PST 2019


compnerd added a comment.

This doesn't break the build, we check that the path exists, and `find_program` will not error out.  You can still specify `LLVM_LIT_EXE` to specify the `lit.py` to use.  Is that not sufficient for your needs?


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D57406





More information about the llvm-commits mailing list