[llvm] 6e8b91f - [AVR] Test XPASSes, remove the XFAIL

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 13:40:30 PST 2022


Author: Paul Robinson
Date: 2022-12-01T13:40:22-08:00
New Revision: 6e8b91f3b5f7b7ade698fda5eb9867779641b3cc

URL: https://github.com/llvm/llvm-project/commit/6e8b91f3b5f7b7ade698fda5eb9867779641b3cc
DIFF: https://github.com/llvm/llvm-project/commit/6e8b91f3b5f7b7ade698fda5eb9867779641b3cc.diff

LOG: [AVR] Test XPASSes, remove the XFAIL

I built llvm with default triple avr-- and this test XPASSed
so it seems safe enough.

Added: 
    

Modified: 
    llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll b/llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll
index 4634c6c19162..c2ffc7933572 100644
--- a/llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll
+++ b/llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll
@@ -1,7 +1,5 @@
 ; RUN: llc < %s
 
-; XFAIL: avr
-
 ;; Date:     May 28, 2003.
 ;; From:     test/Programs/External/SPEC/CINT2000/175.vpr.llvm.bc
 ;; Function: int %main(int %argc.1, sbyte** %argv.1)


        


More information about the llvm-commits mailing list