Update link components.
authorJim Grosbach <grosbach@apple.com>
Tue, 22 Mar 2011 03:10:14 +0000 (03:10 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 22 Mar 2011 03:10:14 +0000 (03:10 +0000)
Also perform the required dark rituals and sacrifices to placate the buildbot
spirits. We shall see if they are appeased...

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

tools/lli/CMakeLists.txt

index 9378ef2554667e5b7ad98fe9ec2e0bbeaca34998..bb07af5c2b3518a8625f35d9fc8d54b82b95893c 100644 (file)
@@ -1,4 +1,4 @@
-set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag)
+set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag RuntimeDyld)
 
 add_llvm_tool(lli
   lli.cpp