Browse code

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.

Török Edvin authored on 2010/11/06 22:47:49
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sat Nov  6 15:47:01 EET 2010 (edwin)
2
+------------------------------------
3
+ * libclamav/c++: Update embedded copy of LLVM to version 2.8 (bb #2327)
4
+
1 5
 Fri Nov  5 16:40:31 CET 2010 (tk)
2 6
 ---------------------------------
3 7
  * freshclam: make query format backward compatible
... ...
@@ -502,7 +502,7 @@
502 502
 /* #undef USE_SYSLOG */
503 503
 
504 504
 /* Version number of package */
505
-#define VERSION "devel-clamav-0.96.4-73-ge9f04a8"
505
+#define VERSION "devel-clamav-0.96.4-78-g53af370"
506 506
 
507 507
 /* Version suffix for package */
508 508
 #define VERSION_SUFFIX ""