diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile index c7e4850e6a5..cfb2ac52214 100644 --- a/tools/llvm-db/Makefile +++ b/tools/llvm-db/Makefile @@ -44,7 +44,7 @@ ifdef ENABLE_SPARC_JIT JITLIBS += sparcv9 ARCHLIBS += sched sparcv9livevar instrument.a profpaths \ bcwriter transforms.a ipo.a ipa.a datastructure.a \ - sparcv9regalloc sparcv9select + sparcv9regalloc endif USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \