This will simplify the macros by allowing us to remove the hard-coded
list of libraries that should be installed when
LLVM_INSTALL_TOOLCHAIN_ONLY is enabled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64580
cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macros ClosedPublic Authored by tstellar on Jul 11 2019, 12:02 PM.
Details Summary This will simplify the macros by allowing us to remove the hard-coded
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 11 2019, 12:02 PM This revision is now accepted and ready to land.Jul 11 2019, 2:10 PM Closed by commit rL365902: cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macros (authored by tstellar). · Explain WhyJul 12 2019, 7:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 209482 cfe/trunk/cmake/modules/AddClang.cmake
cfe/trunk/tools/libclang/CMakeLists.txt
llvm/trunk/cmake/modules/AddLLVM.cmake
llvm/trunk/tools/llvm-shlib/CMakeLists.txt
llvm/trunk/tools/lto/CMakeLists.txt
llvm/trunk/tools/remarks-shlib/CMakeLists.txt
|