summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Hello/Makefile2
-rw-r--r--llvm/lib/Transforms/IPO/Makefile2
-rw-r--r--llvm/lib/Transforms/Instrumentation/Makefile2
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile2
-rw-r--r--llvm/lib/Transforms/Makefile2
-rw-r--r--llvm/lib/Transforms/Scalar/Makefile2
-rw-r--r--llvm/lib/Transforms/Utils/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/llvm/lib/Transforms/Hello/Makefile b/llvm/lib/Transforms/Hello/Makefile
index af4253d1d1a..d9886a95e55 100644
--- a/llvm/lib/Transforms/Hello/Makefile
+++ b/llvm/lib/Transforms/Hello/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = hello
+LIBRARYNAME = LLVMHello
SHARED_LIBRARY = 1
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Transforms/IPO/Makefile b/llvm/lib/Transforms/IPO/Makefile
index fe82fc11fa2..4f4563f18c8 100644
--- a/llvm/lib/Transforms/IPO/Makefile
+++ b/llvm/lib/Transforms/IPO/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = ipo
+LIBRARYNAME = LLVMipo
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Transforms/Instrumentation/Makefile b/llvm/lib/Transforms/Instrumentation/Makefile
index e1831afab6c..d749b6b3bde 100644
--- a/llvm/lib/Transforms/Instrumentation/Makefile
+++ b/llvm/lib/Transforms/Instrumentation/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = instrument
+LIBRARYNAME = LLVMInstrumentation
PARALLEL_DIRS = ProfilePaths
BUILD_ARCHIVE = 1
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
diff --git a/llvm/lib/Transforms/Makefile b/llvm/lib/Transforms/Makefile
index 88a2ca222fc..25cee595fd2 100644
--- a/llvm/lib/Transforms/Makefile
+++ b/llvm/lib/Transforms/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
PARALLEL_DIRS = Utils Instrumentation Scalar IPO
-LIBRARYNAME = transforms
+LIBRARYNAME = LLVMTransforms
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Transforms/Scalar/Makefile b/llvm/lib/Transforms/Scalar/Makefile
index 6ea90d178c6..267747f57b8 100644
--- a/llvm/lib/Transforms/Scalar/Makefile
+++ b/llvm/lib/Transforms/Scalar/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = scalaropts
+LIBRARYNAME = LLVMScalarOpts
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Transforms/Utils/Makefile b/llvm/lib/Transforms/Utils/Makefile
index f4da9832fde..b349b6c5c52 100644
--- a/llvm/lib/Transforms/Utils/Makefile
+++ b/llvm/lib/Transforms/Utils/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = transformutils
+LIBRARYNAME = LLVMTransformUtils
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud