diff options
-rw-r--r-- | tools/llc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 539db24dfe..fd4912944a 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 |