Add back more link components.
authorSteven Wan <wanyu9511@gmail.com>
Fri, 17 Jan 2020 01:19:25 +0000 (20:19 -0500)
committerSteven 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

index a5c78cf492ca7f1d4c2de7048a6ae675157d0f31..6927fc4c7c1871f06d9986b942b438b0536918c3 100644 (file)
@@ -4,6 +4,11 @@ include_directories(
   )
 
 set(LLVM_LINK_COMPONENTS
+  Analysis
+  CodeGen
+  Core
+  MC
+  MIRParser
   Support
   Target
   PowerPCCodeGen