Updated embedded copy of LLVM to version 2.8 (bb #2327).

This fixes code generation for CPUs without CMOV, so we can reenable JIT for
these.
Dropped ARM since it was not used (so now it is used on X86 and PPC), and
tests/. So python is no longer required to run 'make check'.
By default the embedded copy is used, if you want to use system's LLVM 2.8 lib
then use ./configure --enable-llvm --with-system-llvm=/path/to/llvm-config.
This commit is contained in:
Török Edvin
2010-11-06 15:47:49 +02:00
parent 8fda300323
commit 613a67af3b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
Sat Nov 6 15:47:01 EET 2010 (edwin)
------------------------------------
* libclamav/c++: Update embedded copy of LLVM to version 2.8 (bb #2327)
Fri Nov 5 16:40:31 CET 2010 (tk)
---------------------------------
* freshclam: make query format backward compatible

View File

@@ -502,7 +502,7 @@
/* #undef USE_SYSLOG */
/* Version number of package */
#define VERSION "devel-clamav-0.96.4-73-ge9f04a8"
#define VERSION "devel-clamav-0.96.4-78-g53af370"
/* Version suffix for package */
#define VERSION_SUFFIX ""