summaryrefslogtreecommitdiff
path: root/projects/Stacker/tools/stkrc/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-04 19:05:53 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-04 19:05:53 +0000
commit2c711577ab8ee81672363fba92d5887868fd4a9f (patch)
tree6ba7b20560f473cb673c8b05a4e14f5a3ba52205 /projects/Stacker/tools/stkrc/Makefile
parenta11c2e8fb99bb93f618894aaa92b5d4c6c2e4ea6 (diff)
downloadllvm-2c711577ab8ee81672363fba92d5887868fd4a9f.tar.gz
llvm-2c711577ab8ee81672363fba92d5887868fd4a9f.tar.bz2
llvm-2c711577ab8ee81672363fba92d5887868fd4a9f.tar.xz
Make the Stacker compiler handle -O1 .. -O5 options so it is compliant with
the compiler driver interface as an optimizing translator. Also clean up error message handling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/Stacker/tools/stkrc/Makefile')
-rw-r--r--projects/Stacker/tools/stkrc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/Stacker/tools/stkrc/Makefile b/projects/Stacker/tools/stkrc/Makefile
index 1ba7890413..c54d418ecb 100644
--- a/projects/Stacker/tools/stkrc/Makefile
+++ b/projects/Stacker/tools/stkrc/Makefile
@@ -9,7 +9,10 @@ LEVEL=../../../..
# Give the name of a library. This will build a dynamic version.
#
TOOLNAME=stkrc
-USEDLIBS=stkr_compiler asmparser bcwriter vmcore support.a LLVMsystem.a
+USEDLIBS=stkr_compiler asmparser bcwriter transforms ipo.a ipa.a \
+ scalaropts analysis.a target.a transformutils \
+ vmcore support.a LLVMsystem.a
+
ifdef PARSE_DEBUG
CPPFLAGS = -DPARSE_DEBUG=1