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 a344147..01c209f 100644 (file)
@@ -3,9 +3,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   OrcJIT
-  MC
   Support
-  Target
   native
   )