mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +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:
parent
1ed22e6edf
commit
fdc7cc8bf4
@ -4,11 +4,7 @@ include_directories(
|
||||
)
|
||||
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Analysis
|
||||
CodeGen
|
||||
Core
|
||||
MC
|
||||
MIRParser
|
||||
Support
|
||||
Target
|
||||
PowerPCCodeGen
|
||||
|
Loading…
Reference in New Issue
Block a user