Add reg-imm variants
[llvm/msp430.git] / tools / llvm-ld / Makefile
blob92cac2afc9195187089cd51299b3fcc3f7598f4b
1 ##===- tools/llvm-ld/Makefile ------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
12 TOOLNAME = llvm-ld
13 LINK_COMPONENTS = ipo scalaropts linker archive bitwriter
14 REQUIRES_EH := 1
16 include $(LEVEL)/Makefile.common