diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-08-13 02:28:20 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-08-13 02:28:20 +0000 |
| commit | 32fdf188e753074ba39f407cce5a5b9316ab90cc (patch) | |
| tree | cf075d176fbd0e062513d78c504891f3220e4c83 /llvm/lib/ExecutionEngine | |
| parent | e9643bb1185621caabc28b101ae8a1a0ec995896 (diff) | |
| download | bcm5719-llvm-32fdf188e753074ba39f407cce5a5b9316ab90cc.tar.gz bcm5719-llvm-32fdf188e753074ba39f407cce5a5b9316ab90cc.zip | |
Incorporate mapping library into the sparc library
llvm-svn: 7800
Diffstat (limited to 'llvm/lib/ExecutionEngine')
| -rw-r--r-- | llvm/lib/ExecutionEngine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index cc84a6ce5e7..883a906b331 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/lib/ExecutionEngine/Makefile @@ -36,7 +36,7 @@ ifdef ENABLE_SPARC_JIT JITLIBS += sparc ARCHLIBS += sched livevar instrument.a profpaths \ bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \ - mapping select postopts.a preopts + select postopts.a preopts endif USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \ |

