[LLVMbugs] [Bug 6601] Generic codegen tests that need -march=x86, and fail on ppc
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 22 06:29:35 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=6601
Török Edwin <edwintorok at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #2 from Török Edwin <edwintorok at gmail.com> 2010-03-22 08:29:34 CDT ---
Thanks, 7 failures now:
http://www.0xacab.net:8010/builders/quick-darwin-ppc/builds/770/steps/test/logs/stdio
Failing Tests (7):
LLVM :: CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll
LLVM :: CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll
LLVM :: CodeGen/Generic/2007-12-17-InvokeAsm.ll
LLVM :: CodeGen/Generic/2007-12-31-UnusedSelector.ll
LLVM :: CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
LLVM :: CodeGen/Generic/2009-11-16-BadKillsCrash.ll
LLVM :: CodeGen/X86/GC/simple_ocaml.ll
This seems to fix them, not sure if moving these is okay, or instead
the triple should be removed:
mv CodeGen/{Generic,X86}/2007-04-13-SwitchLowerBadPhi.ll
mv CodeGen/{Generic,X86}/2007-11-21-UndeadIllegalNode.ll
mv CodeGen/{Generic,X86}/2007-12-17-InvokeAsm.ll
mv CodeGen/{Generic,X86}/2007-12-31-UnusedSelector.ll
mv CodeGen/{Generic,X86}/2008-08-07-PtrToInt-SmallerInt.ll
mv CodeGen/{Generic,X86}/2009-11-16-BadKillsCrash.ll
--- 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}]]
+}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list