From 613a67af3ba04a2ce0ababff85da6459343276fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B6r=C3=B6k=20Edvin?= Date: Sat, 6 Nov 2010 15:47:49 +0200 Subject: [PATCH] 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. --- ChangeLog | 4 ++++ win32/clamav-config.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c1f2187f0..ad033ce21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/win32/clamav-config.h b/win32/clamav-config.h index 14c59561d..ac6a089d4 100644 --- a/win32/clamav-config.h +++ b/win32/clamav-config.h @@ -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 ""