[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:13:13 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit b8fd8f0748d65d001c35e29ad91ac7c701f01ae3
Author: Török Edvin <edwin at clamav.net>
Date:   Mon Dec 28 20:07:49 2009 +0200

    Update Makefile for new LLVM.

diff --git a/libclamav/c++/GenList.pl b/libclamav/c++/GenList.pl
index 108f83e..9c24f23 100755
--- a/libclamav/c++/GenList.pl
+++ b/libclamav/c++/GenList.pl
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 
 my $path = $ARGV[0];
-#`(cd $path/tools/llvm-config; make ENABLE_OPTIMIZED=0 llvm-config-perobjincl)`;
+`(cd $path/tools/llvm-config; make ENABLE_OPTIMIZED=0 llvm-config-perobjincl)`;
 
 my %compdeps;
 my @codegencomponents = ('x86codegen','powerpccodegen','armcodegen');
diff --git a/libclamav/c++/Makefile.am b/libclamav/c++/Makefile.am
index ca4fb19..85630a0 100644
--- a/libclamav/c++/Makefile.am
+++ b/libclamav/c++/Makefile.am
@@ -123,6 +123,7 @@ libllvmsupport_la_SOURCES=\
 	llvm/lib/Support/Regex.cpp\
 	llvm/lib/Support/SlowOperationInformer.cpp\
 	llvm/lib/Support/SmallPtrSet.cpp\
+	llvm/lib/Support/SmallVector.cpp\
 	llvm/lib/Support/SourceMgr.cpp\
 	llvm/lib/Support/Statistic.cpp\
 	llvm/lib/Support/StringExtras.cpp\
@@ -134,6 +135,7 @@ libllvmsupport_la_SOURCES=\
 	llvm/lib/Support/Timer.cpp\
 	llvm/lib/Support/Triple.cpp\
 	llvm/lib/Support/Twine.cpp\
+	llvm/lib/Support/circular_raw_ostream.cpp\
 	llvm/lib/Support/raw_os_ostream.cpp\
 	llvm/lib/Support/raw_ostream.cpp\
 	llvm/lib/Support/regcomp.c\
@@ -173,7 +175,9 @@ tblgen_SOURCES=\
   llvm/utils/TableGen/TGParser.cpp\
   llvm/utils/TableGen/TGValueTypes.cpp\
   llvm/utils/TableGen/TableGen.cpp\
-  llvm/utils/TableGen/TableGenBackend.cpp
+  llvm/utils/TableGen/TableGenBackend.cpp\
+  llvm/utils/TableGen/X86DisassemblerTables.cpp\
+  llvm/utils/TableGen/X86RecognizableInstr.cpp
 
 TBLGEN=$(top_builddir)/tblgen
 TBLGEN_V=$(AM_V_GEN)$(TBLGEN)
@@ -417,6 +421,7 @@ libllvmjit_la_SOURCES=\
 	llvm/lib/Support/MemoryBuffer.cpp\
 	llvm/lib/Support/PrettyStackTrace.cpp\
 	llvm/lib/Support/SmallPtrSet.cpp\
+	llvm/lib/Support/SmallVector.cpp\
 	llvm/lib/Support/SourceMgr.cpp\
 	llvm/lib/Support/Statistic.cpp\
 	llvm/lib/Support/StringExtras.cpp\
@@ -427,6 +432,7 @@ libllvmjit_la_SOURCES=\
 	llvm/lib/Support/Timer.cpp\
 	llvm/lib/Support/Triple.cpp\
 	llvm/lib/Support/Twine.cpp\
+	llvm/lib/Support/circular_raw_ostream.cpp\
 	llvm/lib/Support/raw_ostream.cpp\
 	llvm/lib/Target/SubtargetFeature.cpp\
 	llvm/lib/Target/TargetData.cpp\
@@ -464,7 +470,6 @@ libllvmjit_la_SOURCES=\
 	llvm/lib/VMCore/ValueSymbolTable.cpp\
 	llvm/lib/VMCore/ValueTypes.cpp\
 	llvm/lib/VMCore/Verifier.cpp
-
 libllvmcodegen_la_SOURCES=\
 	llvm/lib/Analysis/AliasSetTracker.cpp\
 	llvm/lib/Analysis/ConstantFolding.cpp\

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list