diff options
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile index 8deeeac814a..5a7477caf32 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../../../.. -LIBRARYNAME = profpaths +LIBRARYNAME = LLVMProfilePaths include $(LEVEL)/Makefile.common |