[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:23:50 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit abbfa83e6fb03f240c57d6fc2f00c8ee58dd34ec
Author: Török Edvin <edwin at clamav.net>
Date:   Mon Mar 22 12:47:54 2010 +0200

    Apply LLVM SVN r98508 in an attempt to fix make check fail on PPC.

diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/redundant_init.ll b/libclamav/c++/llvm/test/CodeGen/Generic/GC/redundant_init.ll
deleted file mode 100644
index 10c70e7..0000000
--- a/libclamav/c++/llvm/test/CodeGen/Generic/GC/redundant_init.ll
+++ /dev/null
@@ -1,17 +0,0 @@
-; RUN: llc < %s -march=x86 | \
-; RUN:   ignore grep {movl..0} | count 0
-
-%struct.obj = type { i8*, %struct.obj* }
-
-declare void @g() gc "shadow-stack"
-
-define void @f(i8* %o) gc "shadow-stack" {
-entry:
-	%root = alloca i8*
-	call void @llvm.gcroot(i8** %root, i8* null)
-	store i8* %o, i8** %root
-	call void @g()
-	ret void
-}
-
-declare void @llvm.gcroot(i8**, i8*)
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll b/libclamav/c++/llvm/test/CodeGen/X86/2007-02-16-BranchFold.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/2007-02-16-BranchFold.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/2007-05-05-Personality.ll b/libclamav/c++/llvm/test/CodeGen/X86/2007-05-05-Personality.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/2007-05-05-Personality.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/2007-05-05-Personality.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/alloc_loop.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/alloc_loop.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/alloc_loop.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/alloc_loop.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/argpromotion.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/argpromotion.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/argpromotion.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/argpromotion.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/badreadproto.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/badreadproto.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/badreadproto.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/badreadproto.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/badrootproto.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/badrootproto.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/badrootproto.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/badrootproto.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/badwriteproto.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/badwriteproto.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/badwriteproto.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/badwriteproto.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/deadargelim.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/deadargelim.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/deadargelim.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/deadargelim.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/dg.exp b/libclamav/c++/llvm/test/CodeGen/X86/GC/dg.exp
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/dg.exp
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/dg.exp
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/fat.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/fat.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/fat.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/fat.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/inline.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/inline.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/inline.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/inline.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/inline2.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/inline2.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/inline2.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/inline2.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/lower_gcroot.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/lower_gcroot.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/lower_gcroot.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/lower_gcroot.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/outside.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/outside.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/outside.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/outside.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/simple_ocaml.ll b/libclamav/c++/llvm/test/CodeGen/X86/GC/simple_ocaml.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/GC/simple_ocaml.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/GC/simple_ocaml.ll

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list