Follow up to e05c10380ce7: add aarch64 to test XFails
authorJeremy Morse <jeremy.morse@sony.com>
Mon, 8 Feb 2021 11:30:55 +0000 (11:30 +0000)
committerJeremy Morse <jeremy.morse@sony.com>
Mon, 8 Feb 2021 11:30:55 +0000 (11:30 +0000)
llvm/test/DebugInfo/Generic/missing-abstract-variable.ll

index a7742ae..d6f78b5 100644 (file)
@@ -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.