Reid Spencer | 14c225e | 2004-09-13 21:15:19 +0000 | [diff] [blame] | 1 | ##===- tools/llvm-ld/Makefile ------------------------------*- Makefile -*-===## |
Reid Spencer | c0af3f0 | 2004-09-13 01:27:53 +0000 | [diff] [blame] | 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
| 5 | # This file was developed by the LLVM research group and is distributed under |
| 6 | # the University of Illinois Open Source License. See LICENSE.TXT for details. |
| 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | |
| 10 | LEVEL = ../.. |
| 11 | |
| 12 | TOOLNAME = llvm-ld |
Chris Lattner | aea932d | 2006-09-04 05:59:09 +0000 | [diff] [blame] | 13 | LINK_COMPONENTS = ipo scalaropts linker archive bcreader bcwriter |
Chris Lattner | 0465fa9 | 2006-07-07 00:46:19 +0000 | [diff] [blame] | 14 | REQUIRES_EH := 1 |
Reid Spencer | c0af3f0 | 2004-09-13 01:27:53 +0000 | [diff] [blame] | 15 | |
| 16 | include $(LEVEL)/Makefile.common |