summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-16 19:40:10 +0000
committerChris Lattner <sabre@nondot.org>2004-12-16 19:40:10 +0000
commit10ce4962012e7085ca8847581f9445587682b718 (patch)
tree5395dfa49a3c5e75bebebf8c9b6ea0e2f1a34a14 /Makefile.rules
parent780cbd9bae483f82a1f0ffbee3a63b53a16e88aa (diff)
X86 doesn't actually use SelectionDAG yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18996 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 37cb1c5a94b..0e618e5d804 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -753,7 +753,7 @@ endif
# What the X86 JIT requires
ifdef ENABLE_X86_JIT
- JIT_LIBS += LLVMX86 LLVMSelectionDAG
+ JIT_LIBS += LLVMX86
endif
# You can enable the SparcV9 JIT on a non-SparcV9 host by setting the flag