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