LLParser: Handle BlockAddresses on-the-fly
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Makefile
index a219a4f39d878a42d80ac249e3810a6d7303fbdf..5def1365c61a85526d587bc36ed9461f0dbe77ec 100644 (file)
@@ -1,12 +1,13 @@
 ##===- lib/ExecutionEngine/Interpreter/Makefile ------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
-LIBRARYNAME = lli-interpreter
+LIBRARYNAME = LLVMInterpreter
 
 include $(LEVEL)/Makefile.common