mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-07 07:06:20 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user