OrcJITTests: Prune unused libdeps.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 28 Oct 2015 09:59:50 +0000 (09:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 28 Oct 2015 09:59:50 +0000 (09:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251506 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/Orc/CMakeLists.txt

index a3441472a0d04c3d008c79f0aabceb476902c4ef..01c209f8e0e3a02830fe2cc0a90332ce6b43e681 100644 (file)
@@ -3,9 +3,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   OrcJIT
-  MC
   Support
-  Target
   native
   )