[PATCH] D151013: [CMake] Add option to link LLVM/subproject executables
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 27 20:00:10 PDT 2023
aidengrossman added a comment.
I used `llvm_check_linker_flags` here to test if the library can be linked against. Using `find_library` seems like it would be best practice, but as far as my experimentation goes, the default search paths that `find_library` goes through doesn't include the `<compiler binary dir>../lib/<target triple>` directory that stores runtime build artifacts for multi-stage builds. I'm very open to changing that element if there's a better option.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151013/new/
https://reviews.llvm.org/D151013
More information about the llvm-commits
mailing list