Add mfasr and mtasr
[oota-llvm.git] / lib / ExecutionEngine / JIT / Makefile
index 761b951bada0142c78bd18c2f90026d7df7cec8d..aafa3d9d420f046a91f9f4fdc9c61ec8b0bbca42 100644 (file)
@@ -1,13 +1,14 @@
 ##===- lib/ExecutionEngine/JIT/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-jit
+LIBRARYNAME = LLVMJIT
 
 # Get the $(ARCH) setting
 include $(LEVEL)/Makefile.config