[llvm] fc4e43a - [NFC] Remove unnecessary link components.

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 13:08:23 PST 2020


Author: StevenWanYu
Date: 2020-01-16T16:08:07-05:00
New Revision: fc4e43ad618b6a00840f0fd0c84d32922dfd3cd2

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

LOG: [NFC] Remove unnecessary link components.

Remove unused link components in unittest according to post commit
comments.

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 6927fc4c7c18..74ca9faecbd4 100644
--- a/llvm/unittests/Target/PowerPC/CMakeLists.txt
+++ b/llvm/unittests/Target/PowerPC/CMakeLists.txt
@@ -4,16 +4,9 @@ include_directories(
   )
 
 set(LLVM_LINK_COMPONENTS
-  Analysis
-  CodeGen
-  Core
-  MC
-  MIRParser
   Support
   Target
   PowerPCCodeGen
-  PowerPCDesc
-  PowerPCInfo
   )
 
 add_llvm_unittest(PowerPCTests


        


More information about the llvm-commits mailing list