diff options
Diffstat (limited to 'llvm/tools/llvm-prof/Makefile')
| -rw-r--r-- | llvm/tools/llvm-prof/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/tools/llvm-prof/Makefile b/llvm/tools/llvm-prof/Makefile new file mode 100644 index 00000000000..4132e11f40d --- /dev/null +++ b/llvm/tools/llvm-prof/Makefile @@ -0,0 +1,13 @@ +##===- tools/llvm-prof/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-prof +USEDLIBS = bcreader vmcore support.a +include $(LEVEL)/Makefile.common |

