Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a
[llvm/stm8.git] / tools / llvm-ld / Makefile
blob1ef9bf1174508647157dd82cfcfedb50aa09f83e
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
15 include $(LEVEL)/Makefile.common