1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

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:
Steven Wan 2020-01-16 19:14:39 -05:00
parent 0956bb7062
commit 6b52bd5e43

View File

@ -7,6 +7,8 @@ set(LLVM_LINK_COMPONENTS
Support
Target
PowerPCCodeGen
PowerPCDesc
PowerPCInfo
)
add_llvm_unittest(PowerPCTests