summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-18 18:38:01 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-18 18:38:01 +0000
commit21590db8fdedc636700b8c662172f909be13abda (patch)
tree35f75940fcbcbfa82ebf58e9e2f7ecb607d01757 /llvm/tools
parentde5626cd40821b19a5f35ed3c0f440ceecf7aeca (diff)
downloadbcm5719-llvm-21590db8fdedc636700b8c662172f909be13abda.tar.gz
bcm5719-llvm-21590db8fdedc636700b8c662172f909be13abda.zip
Adding option to llc for ModuloScheduling. By default it is turned off.
llvm-svn: 17959
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/Makefile.JIT2
-rw-r--r--llvm/tools/llc/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/Makefile.JIT b/llvm/tools/Makefile.JIT
index e9e64787e26..6b2bb56ea75 100644
--- a/llvm/tools/Makefile.JIT
+++ b/llvm/tools/Makefile.JIT
@@ -44,7 +44,7 @@ endif
# What the Sparc JIT requires
ifdef ENABLE_SPARCV9_JIT
JITLIBS += LLVMSparcV9
- ARCHLIBS += LLVMSparcV9InstrSched LLVMSparcV9LiveVar LLVMInstrumentation.a \
+ ARCHLIBS += LLVMSparcV9ModuloSched LLVMSparcV9InstrSched LLVMSparcV9LiveVar LLVMInstrumentation.a \
LLVMProfilePaths LLVMBCWriter LLVMTransforms.a LLVMipo.a \
LLVMipa.a LLVMDataStructure.a LLVMSparcV9RegAlloc
endif
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile
index 553ff952add..5e244cb5960 100644
--- a/llvm/tools/llc/Makefile
+++ b/llvm/tools/llc/Makefile
@@ -10,6 +10,7 @@
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = \
+ LLVMSparcV9ModuloSched \
LLVMCBackend \
LLVMPowerPC \
LLVMSparcV9 \
OpenPOWER on IntegriCloud