summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/opt/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile
index 8bb6c47a4b4..92d85ca7630 100644
--- a/llvm/tools/opt/Makefile
+++ b/llvm/tools/opt/Makefile
@@ -2,14 +2,11 @@ LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
- sparc mapping regalloc.a sched select codegen preopts \
- postopts.a \
- livevar scalaropts \
- ipo ipa.a datastructure transforms target.a analysis ipa.a \
+ sparc mapping regalloc.a sched select codegen preopts \
+ postopts.a livevar scalaropts \
+ ipo ipa.a datastructure transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl
-KEEP_SYMBOLS = 1
include $(LEVEL)/Makefile.common
-
OpenPOWER on IntegriCloud