Add mfasr and mtasr
[oota-llvm.git] / lib / ExecutionEngine / JIT / Makefile
index 235240fa0a8a63edac72e2c12debfac24b6ec030..aafa3d9d420f046a91f9f4fdc9c61ec8b0bbca42 100644 (file)
@@ -1,5 +1,14 @@
+##===- lib/ExecutionEngine/JIT/Makefile --------------------*- Makefile -*-===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# 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