[PATCH] D113640: [AIX] XFAIL lto-comp-dir.ll for lack of .file directive support

Jake Egan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 06:15:20 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2f43a656f341: [AIX] XFAIL lto-comp-dir.ll for lack of .file directive support (authored by Jake-Egan).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113640/new/

https://reviews.llvm.org/D113640

Files:
  llvm/test/DebugInfo/Generic/lto-comp-dir.ll


Index: llvm/test/DebugInfo/Generic/lto-comp-dir.ll
===================================================================
--- llvm/test/DebugInfo/Generic/lto-comp-dir.ll
+++ llvm/test/DebugInfo/Generic/lto-comp-dir.ll
@@ -1,3 +1,4 @@
+; XFAIL: -aix
 ; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -debug-line - | FileCheck %s
 ; RUN: %llc_dwarf < %s -filetype=asm | FileCheck --check-prefix=ASM %s
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113640.387599.patch
Type: text/x-patch
Size: 404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211116/60634489/attachment.bin>


More information about the llvm-commits mailing list