llvm/unittests: Simplify LINK_COMPONENTS.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 21 Jun 2012 22:17:51 +0000 (22:17 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 21 Jun 2012 22:17:51 +0000 (22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158942 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Analysis/Makefile
unittests/Bitcode/Makefile
unittests/ExecutionEngine/CMakeLists.txt
unittests/ExecutionEngine/JIT/CMakeLists.txt
unittests/ExecutionEngine/JIT/Makefile
unittests/ExecutionEngine/Makefile
unittests/Transforms/Utils/Makefile
unittests/VMCore/CMakeLists.txt
unittests/VMCore/Makefile

index f89240ec70427ce0d2124ed49993dd4a615af54e..b548d25d1e5b0094b455a0274ef8ba60619400ff 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TESTNAME = Analysis
-LINK_COMPONENTS := core support target analysis ipa
+LINK_COMPONENTS := analysis
 
 include $(LEVEL)/Makefile.config
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
index aa437e7e2cc566862cf74a62af5ca6428bd2c7cc..fcec87948fd92213c24fedfaee59a30a53096df2 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TESTNAME = Bitcode
-LINK_COMPONENTS := core support bitreader bitwriter
+LINK_COMPONENTS := bitreader bitwriter
 
 include $(LEVEL)/Makefile.config
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
index 5ca99046beaadfec354d1899d910efe8e43ce4a7..5fffadd4ca0cb27fce3e145d18d311e20265223d 100644 (file)
@@ -1,7 +1,5 @@
 set(LLVM_LINK_COMPONENTS
-  jit
   interpreter
-  nativecodegen
   )
 
 add_llvm_unittest(ExecutionEngineTests
index 8cc2fbb271eb2f29aabc349b54f6ab312377f597..d43d72de40952f7fe358c43019ee2bdc16356fce 100644 (file)
@@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
   asmparser
   bitreader
   bitwriter
-  interpreter
   jit
   nativecodegen
   )
index c404fb002a6221e0662d1e1920cb3c02fdccb74a..b535a6b29605c340ef54fa0a993323422af01de1 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../../..
 TESTNAME = JIT
-LINK_COMPONENTS := asmparser bitreader bitwriter core jit native support
+LINK_COMPONENTS := asmparser bitreader bitwriter jit native
 
 include $(LEVEL)/Makefile.config
 
index a0395cdad3bfa5ddc73f0e0459ffb7d1ec8116c4..63508d2399b574c2e5580896d2bd59cfb0026787 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TESTNAME = ExecutionEngine
-LINK_COMPONENTS := engine interpreter
+LINK_COMPONENTS :=interpreter
 PARALLEL_DIRS = JIT
 
 include $(LEVEL)/Makefile.config
index fdf4be0e0efe8f5fb6dd407923ec3b4b11dd8d2d..e6c2a2c133aaa591fb9abc71e92bb3e8127630d2 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../../..
 TESTNAME = Utils
-LINK_COMPONENTS := core support transformutils
+LINK_COMPONENTS := TransformUtils
 
 include $(LEVEL)/Makefile.config
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
index c7392a93ea2bb35e79fb51520b3f556adae3cee4..5a87605b27d530c95694f1f85be54b18804eb845 100644 (file)
@@ -1,9 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   asmparser
-  analysis
   core
   ipa
-  target
   )
 
 set(VMCoreSources
index df55065e1916bbe13a77fb95305804570acb4ef7..d743dc5d5bae09ee233ce3481491d884776c2233 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TESTNAME = VMCore
-LINK_COMPONENTS := core support target ipa asmparser
+LINK_COMPONENTS := core ipa asmparser
 
 include $(LEVEL)/Makefile.config
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest