[PATCH] D134434: [BOLT] Support building bolt when LLVM_LINK_LLVM_DYLIB is ON
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 22 11:20:18 PDT 2022
Amir added a comment.
Nice. Works for me. Do you think we really need this statement `DISABLE_LLVM_LINK_LLVM_DYLIB` in all CMakeLists, or just the ones that touch LLVM's Target libraries?
I've tried setting it only for bolt/lib/Target/*/CMakeLists.txt and it appears to build as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134434/new/
https://reviews.llvm.org/D134434
More information about the llvm-commits
mailing list