summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-28 05:37:24 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-28 05:37:24 +0000
commitc833eddfe6b900c1397bef1c392ba8703b9c85bc (patch)
treec65482396898b46134df7b1032f11db1bea7b32b /llvm/lib/ExecutionEngine/Interpreter
parent6bbc57ec12b9afd08cf8e78d5a286728f2c3eae7 (diff)
downloadbcm5719-llvm-c833eddfe6b900c1397bef1c392ba8703b9c85bc.tar.gz
bcm5719-llvm-c833eddfe6b900c1397bef1c392ba8703b9c85bc.zip
Fix library name.
llvm-svn: 17307
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Makefile2
1 files changed, 1 insertions, 1 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
OpenPOWER on IntegriCloud