aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-11 14:59:53 +0000
committerChris Lattner <sabre@nondot.org>2003-08-11 14:59:53 +0000
commit4c08840e4bc247f3567320ca9258479659b0042f (patch)
tree05ad2a0f46c713d1679d8bbe68c5cb50a9cdcc9c /tools/llc/Makefile
parentac0c8680ad53c08189c23f39c79a2147378692df (diff)
downloadexternal_llvm-4c08840e4bc247f3567320ca9258479659b0042f.zip
external_llvm-4c08840e4bc247f3567320ca9258479659b0042f.tar.gz
external_llvm-4c08840e4bc247f3567320ca9258479659b0042f.tar.bz2
Include the new selection library for the X86 target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7720 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 fcce511..c49b523 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -3,6 +3,7 @@ TOOLNAME = llc
USEDLIBS = mapping \
sparc \
x86 \
+ selection \
regalloc \
sched \
select \