diff options
Diffstat (limited to 'tools/llvm-link/Makefile')
-rw-r--r-- | tools/llvm-link/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile new file mode 100644 index 0000000..1985c44 --- /dev/null +++ b/tools/llvm-link/Makefile @@ -0,0 +1,14 @@ +##===- tools/llvm-link/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-link +LINK_COMPONENTS = linker bitreader bitwriter + +include $(LEVEL)/Makefile.common |