summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/llvm-ld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/llvm-ld/Makefile')
-rw-r--r--contrib/llvm/tools/llvm-ld/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/llvm/tools/llvm-ld/Makefile b/contrib/llvm/tools/llvm-ld/Makefile
new file mode 100644
index 0000000..1ef9bf1
--- /dev/null
+++ b/contrib/llvm/tools/llvm-ld/Makefile
@@ -0,0 +1,15 @@
+##===- 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
+
+include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud