[llvm] 6c26d89 - Add back more link components.

Steven Wan via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 17:19:41 PST 2020


Author: Steven Wan
Date: 2020-01-16T20:19:25-05:00
New Revision: 6c26d8968ad8efd19e29b94f5f0a2b4c87904ae1

URL: https://github.com/llvm/llvm-project/commit/6c26d8968ad8efd19e29b94f5f0a2b4c87904ae1
DIFF: https://github.com/llvm/llvm-project/commit/6c26d8968ad8efd19e29b94f5f0a2b4c87904ae1.diff

LOG: 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.

Added: 
    

Modified: 
    llvm/unittests/Target/PowerPC/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/Target/PowerPC/CMakeLists.txt b/llvm/unittests/Target/PowerPC/CMakeLists.txt
index a5c78cf492ca..6927fc4c7c18 100644
--- 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


        


More information about the llvm-commits mailing list