OLD | NEW |
1 ##===- tools/opt/Makefile ----------------------------------*- Makefile -*-===## | 1 ##===- tools/opt/Makefile ----------------------------------*- Makefile -*-===## |
2 # | 2 # |
3 # The LLVM Compiler Infrastructure | 3 # The LLVM Compiler Infrastructure |
4 # | 4 # |
5 # This file is distributed under the University of Illinois Open Source | 5 # This file is distributed under the University of Illinois Open Source |
6 # License. See LICENSE.TXT for details. | 6 # License. See LICENSE.TXT for details. |
7 # | 7 # |
8 ##===----------------------------------------------------------------------===## | 8 ##===----------------------------------------------------------------------===## |
9 | 9 |
10 LEVEL := ../.. | 10 LEVEL := ../.. |
11 TOOLNAME := opt | 11 TOOLNAME := opt |
12 LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalar
opts objcarcopts ipo vectorize all-targets codegen | 12 LINK_COMPONENTS := bitreader bitwriter naclbitwriter asmparser irreader instrume
ntation scalaropts objcarcopts ipo vectorize nacltransforms naclanalysis minsfit
ransforms all-targets codegen |
13 | 13 |
14 # Support plugins. | 14 # Support plugins. |
15 NO_DEAD_STRIP := 1 | 15 NO_DEAD_STRIP := 1 |
16 | 16 |
17 include $(LEVEL)/Makefile.common | 17 include $(LEVEL)/Makefile.common |
OLD | NEW |