[llvm] 1b1022b - Add back other PowerPC link components.

Steven Wan via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 16:15:13 PST 2020


Author: Steven Wan
Date: 2020-01-16T19:14:39-05:00
New Revision: 1b1022b42adee5278fd0cbd624b94c271f9f8ae6

URL: https://github.com/llvm/llvm-project/commit/1b1022b42adee5278fd0cbd624b94c271f9f8ae6
DIFF: https://github.com/llvm/llvm-project/commit/1b1022b42adee5278fd0cbd624b94c271f9f8ae6.diff

LOG: Add back other PowerPC link components.

Add the 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 74ca9faecbd4..a5c78cf492ca 100644
--- a/llvm/unittests/Target/PowerPC/CMakeLists.txt
+++ b/llvm/unittests/Target/PowerPC/CMakeLists.txt
@@ -7,6 +7,8 @@ set(LLVM_LINK_COMPONENTS
   Support
   Target
   PowerPCCodeGen
+  PowerPCDesc
+  PowerPCInfo
   )
 
 add_llvm_unittest(PowerPCTests


        


More information about the llvm-commits mailing list