[llvm] 4fd29e4 - Follow up to e05c10380ce7: add aarch64 to test XFails

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 03:32:11 PST 2021


Author: Jeremy Morse
Date: 2021-02-08T11:30:55Z
New Revision: 4fd29e4fd3c5490b658f4b467d94aeed6b3d1ac3

URL: https://github.com/llvm/llvm-project/commit/4fd29e4fd3c5490b658f4b467d94aeed6b3d1ac3
DIFF: https://github.com/llvm/llvm-project/commit/4fd29e4fd3c5490b658f4b467d94aeed6b3d1ac3.diff

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

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 a7742aef1f49..d6f78b516a10 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
+; XFAIL: powerpc64, aarch64
 
 ; Build from the following source with clang -O2.
 


        


More information about the llvm-commits mailing list