OLD | NEW |
---|---|
1 #===- tools/llc/Makefile -----------------------------------*- Makefile -*-===## | 1 #===- tools/llc/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 := llc | 11 TOOLNAME := llc |
jvoung (off chromium)
2013/05/15 16:56:06
toolname?
eliben
2013/05/15 18:01:18
Done.
| |
12 LINK_COMPONENTS := all-targets bitreader asmparser naclanalysis | 12 LINK_COMPONENTS := all-targets bitreader asmparser naclanalysis |
13 | 13 |
14 include $(LEVEL)/Makefile.common | 14 include $(LEVEL)/Makefile.common |
15 | 15 |
OLD | NEW |