[llvm] 2ae580a - Revert "Follow up to e05c10380ce7: add aarch64 to test XFails"

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 02:03:07 PST 2021


Author: Jeremy Morse
Date: 2021-02-09T10:02:10Z
New Revision: 2ae580ab5da2bd1812e22af142150390b0d57f1b

URL: https://github.com/llvm/llvm-project/commit/2ae580ab5da2bd1812e22af142150390b0d57f1b
DIFF: https://github.com/llvm/llvm-project/commit/2ae580ab5da2bd1812e22af142150390b0d57f1b.diff

LOG: Revert "Follow up to e05c10380ce7: add aarch64 to test XFails"

This reverts commit 4fd29e4fd3c5490b658f4b467d94aeed6b3d1ac3.

There's a report in D95617 that this is failing on what (I think?) is an
aarch64 bot, which should be covered by the XFail list... reverting this
follow-up and the base patch until I work out what's wrong here.

Added: 
    

Modified: 
    llvm/test/DebugInfo/Generic/missing-abstract-variable.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
index d6f78b516a10..a7742aef1f49 100644
--- a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
+++ b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
@@ -3,7 +3,7 @@
 ; The formal parameter 'b' for Function 'x' when inlined within 'a' is lost on
 ; powerpc64 (and on x86_64 at at least -O2). Presumably this is a SelectionDAG
 ; issue.
-; XFAIL: powerpc64, aarch64
+; XFAIL: powerpc64
 
 ; Build from the following source with clang -O2.
 


        


More information about the llvm-commits mailing list