diff options
Diffstat (limited to 'tools/llvm-prof/Makefile')
-rw-r--r-- | tools/llvm-prof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-prof/Makefile b/tools/llvm-prof/Makefile index c187296f84..567bc4316a 100644 --- a/tools/llvm-prof/Makefile +++ b/tools/llvm-prof/Makefile @@ -9,5 +9,5 @@ LEVEL = ../.. TOOLNAME = llvm-prof -USEDLIBS = analysis.a bcreader vmcore support.a LLVMsystem.a +USEDLIBS = LLVMAnalysis.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a include $(LEVEL)/Makefile.common |