OrcJITTests: Update libdeps corresponding to r251604.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 29 Oct 2015 06:40:04 +0000 (06:40 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 29 Oct 2015 06:40:04 +0000 (06:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251619 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/Orc/CMakeLists.txt

index 047cea68cecc7d8459aa3c3ef2f4c323ce34f86b..74cc5b57015c497430e44ff1514467330d177e9d 100644 (file)
@@ -2,7 +2,9 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
+  Object
   OrcJIT
+  RuntimeDyld
   Support
   native
   )