diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 539db24dfea..fd4912944ac 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -14,15 +14,17 @@ USEDLIBS = mapping \ bcreader \ bcwriter \ ipo \ - ipa.a \ - datastructure.a \ scalaropts \ transforms \ analysis \ + ipa \ + datastructure \ transformutils \ vmcore \ support TOOLLINKOPTS = -ldl +KEEP_SYMBOLS = 1 + include $(LEVEL)/Makefile.common