projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f4c3a
)
Add back more link components.
author
Steven Wan
<wanyu9511@gmail.com>
Fri, 17 Jan 2020 01:19:25 +0000
(20:19 -0500)
committer
Steven Wan
<wanyu9511@gmail.com>
Fri, 17 Jan 2020 01:19:25 +0000
(20:19 -0500)
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.
llvm/unittests/Target/PowerPC/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/unittests/Target/PowerPC/CMakeLists.txt
b/llvm/unittests/Target/PowerPC/CMakeLists.txt
index a5c78cf492ca7f1d4c2de7048a6ae675157d0f31..6927fc4c7c1871f06d9986b942b438b0536918c3 100644
(file)
--- a/
llvm/unittests/Target/PowerPC/CMakeLists.txt
+++ b/
llvm/unittests/Target/PowerPC/CMakeLists.txt
@@
-4,6
+4,11
@@
include_directories(
)
set(LLVM_LINK_COMPONENTS
+ Analysis
+ CodeGen
+ Core
+ MC
+ MIRParser
Support
Target
PowerPCCodeGen