Add back more link components.

Add all previous link components back to unblock bots for the moment.
In the meantime, I'm investigating the BUILD_SHARED_LIBS=ON build to
find out the minimal list of components needed.
This commit is contained in:
Steven Wan 2020-01-16 20:19:25 -05:00
parent 83f4c3af02
commit 6c26d8968a
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ include_directories(
)
set(LLVM_LINK_COMPONENTS
Analysis
CodeGen
Core
MC
MIRParser
Support
Target
PowerPCCodeGen