summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-07 07:51:25 +0000
committerChris Lattner <sabre@nondot.org>2005-01-07 07:51:25 +0000
commit2e8bd68d134c406973d546e1a1c938bc937d2ea4 (patch)
tree38f9f55145706d6a21a04c6fbc7a1f7abe1764d9 /tools/llc/Makefile
parent85139f5ec3bbfb12efea3030c96d9875c2278f83 (diff)
downloadllvm-2e8bd68d134c406973d546e1a1c938bc937d2ea4.tar.gz
llvm-2e8bd68d134c406973d546e1a1c938bc937d2ea4.tar.bz2
llvm-2e8bd68d134c406973d546e1a1c938bc937d2ea4.tar.xz
X86 BE requires SelectionDAG
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19337 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index c89ed8c089..47471545df 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -19,6 +19,7 @@ USEDLIBS = \
LLVMSkeleton \
LLVMSparcV9RegAlloc \
LLVMSparcV9InstrSched \
+ LLVMSelectionDAG \
LLVMCodeGen \
LLVMTarget.a \
LLVMSparcV9LiveVar \