1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-21 18:22:53 +01:00

[NFC][PowerPC] Remove unnecessary link components.

Remove unused link components for PowerPC target unittest according
to post commit comments. This is a redo for a previous commit
"fc4e43ad618b" that removed a few components that are necessary
when libraries are to be built shared (i.e., BUILD_SHARED_LIBS=ON).
This commit is contained in:
Steven Wan 2020-01-16 21:22:51 -05:00
parent 1ed22e6edf
commit fdc7cc8bf4

View File

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