[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
Wed Nov 10 18:59:38 PST 2021


Jake-Egan created this revision.
Herald added subscribers: ormris, steven_wu, hiraditya, inglorion.
Jake-Egan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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.386400.patch
Type: text/x-patch
Size: 404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211111/3520bc87/attachment.bin>


More information about the llvm-commits mailing list