forked from OSchip/llvm-project
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:
parent
83f4c3af02
commit
6c26d8968a
|
@ -4,6 +4,11 @@ include_directories(
|
|||
)
|
||||
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Analysis
|
||||
CodeGen
|
||||
Core
|
||||
MC
|
||||
MIRParser
|
||||
Support
|
||||
Target
|
||||
PowerPCCodeGen
|
||||
|
|
Loading…
Reference in New Issue