]> granicus.if.org Git - clang/commitdiff
Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 15 Jul 2014 11:37:03 +0000 (11:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 15 Jul 2014 11:37:03 +0000 (11:37 +0000)
I checked this with Release+Asserts on x86_64-mingw32. Please restore partially if this were overkill.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213064 91177308-0d34-0410-b5e6-96231b3b80d8

examples/clang-interpreter/CMakeLists.txt
lib/Analysis/CMakeLists.txt
tools/driver/CMakeLists.txt

index d454539fdac40c9978e1635220c035dc9df3549c..3c66881d026b0c48510024d54111074fc67b8f54 100644 (file)
@@ -1,7 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
-  Interpreter
   JIT
   Support
   native
index 9de4fe34ef5b210ce4fe1f75d89bd014449f8d5e..461ffb0900bb8fe8bcc3185ae26e0d52dcf2888f 100644 (file)
@@ -1,5 +1,4 @@
 set(LLVM_LINK_COMPONENTS
-  MC
   Support
   )
 
index 910732ece6cb19bf2ef9cb0884431981f4832f75..805aebfac3a7389f80da60e02c6030c04c962467 100644 (file)
@@ -11,7 +11,6 @@ set( LLVM_LINK_COMPONENTS
   MCParser
   ObjCARCOpts
   Option
-  ProfileData
   ScalarOpts
   Support
   TransformUtils