diff options
Diffstat (limited to 'tools/llvm-ld/Makefile')
-rw-r--r-- | tools/llvm-ld/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile deleted file mode 100644 index 8793ca9..0000000 --- a/tools/llvm-ld/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- tools/llvm-ld/Makefile ------------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file 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 vectorize - -include $(LEVEL)/Makefile.common |