diff options
-rw-r--r-- | tools/llvm-db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile index c7e4850..cfb2ac5 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 \ |