diff options
Diffstat (limited to 'tools/llvm-ld/Makefile')
-rw-r--r-- | tools/llvm-ld/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile new file mode 100644 index 0000000..f772504 --- /dev/null +++ b/tools/llvm-ld/Makefile @@ -0,0 +1,16 @@ +##===- tools/llvm-ld/Makefile ------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by the LLVM research group and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. + +TOOLNAME = llvm-ld +LINK_COMPONENTS = ipo scalaropts linker archive bitwriter +REQUIRES_EH := 1 + +include $(LEVEL)/Makefile.common |