Skip to content

Commit 6c26d89

Browse files
committed
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.
1 parent 83f4c3a commit 6c26d89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/unittests/Target/PowerPC/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ include_directories(
44
)
55

66
set(LLVM_LINK_COMPONENTS
7+
Analysis
8+
CodeGen
9+
Core
10+
MC
11+
MIRParser
712
Support
813
Target
914
PowerPCCodeGen

0 commit comments

Comments
 (0)