[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:24:08 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 717e461b9a6bcbbe7a4e4505a0059dbb3fc20f56
Author: Török Edvin <edwin at clamav.net>
Date:   Mon Mar 22 15:30:28 2010 +0200

    Attempt to fix remaining PPC failures.
    
    These tests need x86 target built to be run.

diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll b/libclamav/c++/llvm/test/CodeGen/X86/2007-04-13-SwitchLowerBadPhi.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/2007-04-13-SwitchLowerBadPhi.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll b/libclamav/c++/llvm/test/CodeGen/X86/2007-11-21-UndeadIllegalNode.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/2007-11-21-UndeadIllegalNode.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll b/libclamav/c++/llvm/test/CodeGen/X86/2007-12-17-InvokeAsm.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/2007-12-17-InvokeAsm.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll b/libclamav/c++/llvm/test/CodeGen/X86/2007-12-31-UnusedSelector.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/2007-12-31-UnusedSelector.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll b/libclamav/c++/llvm/test/CodeGen/X86/2008-08-07-PtrToInt-SmallerInt.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/2008-08-07-PtrToInt-SmallerInt.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll b/libclamav/c++/llvm/test/CodeGen/X86/2009-11-16-BadKillsCrash.ll
similarity index 100%
rename from libclamav/c++/llvm/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll
rename to libclamav/c++/llvm/test/CodeGen/X86/2009-11-16-BadKillsCrash.ll
diff --git a/libclamav/c++/llvm/test/CodeGen/X86/GC/dg.exp b/libclamav/c++/llvm/test/CodeGen/X86/GC/dg.exp
index f200589..1f48ada 100644
--- a/libclamav/c++/llvm/test/CodeGen/X86/GC/dg.exp
+++ b/libclamav/c++/llvm/test/CodeGen/X86/GC/dg.exp
@@ -1,3 +1,5 @@
 load_lib llvm.exp
 
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
+if { [llvm_supports_target X86] } {
+    RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
+}

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list