2009-04-02 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Thu, 2 Apr 2009 19:56:47 +0000 (19:56 -0000)
committerZoltan Varga <vargaz@gmail.com>
Thu, 2 Apr 2009 19:56:47 +0000 (19:56 -0000)
* Makefile.am (llvm_sources): Enable this.

svn path=/trunk/mono/; revision=130899

mono/mini/ChangeLog
mono/mini/Makefile.am

index beaebbd0bb89122183753aeea83edfaa099e306a..83b1e71fd2beb4c21d073257b915b7fac3122304 100644 (file)
@@ -1,5 +1,7 @@
 2009-04-02  Zoltan Varga  <vargaz@gmail.com>
 
+       * Makefile.am (llvm_sources): Enable this.
+
        * mini.c (mini_method_compile): Add support for compiling with LLVM, 
        failing back to the JIT if something cannot be handled.
 
index 96c6412380eed0bda8c7ced5b6f6d0960ec3fb64..ff023b4d7300269b4a7cf41b7ce42089cab6d38a 100644 (file)
@@ -224,9 +224,9 @@ posix_sources = \
        mini-posix.c
 
 if ENABLE_LLVM
-#llvm_sources = \
-#      mini-llvm.c             \
-#      mini-llvm-cpp.cpp
+llvm_sources = \
+       mini-llvm.c             \
+       mini-llvm-cpp.cpp
 endif
 
 common_sources = \