summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-07 07:51:11 +0000
committerChris Lattner <sabre@nondot.org>2005-01-07 07:51:11 +0000
commit28ce94ce853a6fb8dc742fc6ca030d4e078cec72 (patch)
tree1b2e93f1d4353f33f61cd8fd5a2e22eb627add1d /llvm
parentca4ca5520b3bb1fffd817a7686287fae4217e63c (diff)
downloadbcm5719-llvm-28ce94ce853a6fb8dc742fc6ca030d4e078cec72.tar.gz
bcm5719-llvm-28ce94ce853a6fb8dc742fc6ca030d4e078cec72.zip
X86 JIT requires the selection dag library.
llvm-svn: 19336
Diffstat (limited to 'llvm')
-rw-r--r--llvm/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 65790880be5..d6ed2d53161 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -770,7 +770,7 @@ endif
# What the X86 JIT requires
ifdef ENABLE_X86_JIT
- JIT_LIBS += LLVMX86
+ JIT_LIBS += LLVMX86 LLVMSelectionDAG
endif
# You can enable the SparcV9 JIT on a non-SparcV9 host by setting the flag
OpenPOWER on IntegriCloud