forked from OSchip/llvm-project
Add back other PowerPC link components.
Add the 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
40ac4221c3
commit
1b1022b42a
|
@ -7,6 +7,8 @@ set(LLVM_LINK_COMPONENTS
|
||||||
Support
|
Support
|
||||||
Target
|
Target
|
||||||
PowerPCCodeGen
|
PowerPCCodeGen
|
||||||
|
PowerPCDesc
|
||||||
|
PowerPCInfo
|
||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_unittest(PowerPCTests
|
add_llvm_unittest(PowerPCTests
|
||||||
|
|
Loading…
Reference in New Issue