summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Makefile2
-rw-r--r--llvm/lib/ExecutionEngine/JIT/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Makefile b/llvm/lib/ExecutionEngine/Interpreter/Makefile
index a219a4f39d8..93f74ec6a89 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Makefile
+++ b/llvm/lib/ExecutionEngine/Interpreter/Makefile
@@ -7,6 +7,6 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = lli-interpreter
+LIBRARYNAME = LLVMInterpreter
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/ExecutionEngine/JIT/Makefile b/llvm/lib/ExecutionEngine/JIT/Makefile
index 761b951bada..ebbdc3f3db4 100644
--- a/llvm/lib/ExecutionEngine/JIT/Makefile
+++ b/llvm/lib/ExecutionEngine/JIT/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = lli-jit
+LIBRARYNAME = LLVMJIT
# Get the $(ARCH) setting
include $(LEVEL)/Makefile.config
OpenPOWER on IntegriCloud