[PATCH] D94387: Add new LLVMComponents CMake module.
Stella Laurenzo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 13:25:58 PST 2021
stellaraccident added inline comments.
================
Comment at: llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt:27-33
-
-target_link_libraries(LLVMJITLink
- PRIVATE
- LLVMObject
- LLVMOrcTargetProcess
- LLVMSupport
-)
----------------
tstellar wrote:
> Can this be its own patch or does it depend on other changes in this patch?
I've not yet gone through and picked these individual changes into head. I agree: a number of them likely do not depend on the other changes but were merely forced by it. Just takes some time to identify that for real.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94387/new/
https://reviews.llvm.org/D94387
More information about the llvm-commits
mailing list