[llvm] 2f43a65 - [AIX] XFAIL lto-comp-dir.ll for lack of .file directive support

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


Author: Jake Egan
Date: 2021-11-16T09:15:00-05:00
New Revision: 2f43a656f341ded126f3f8be6053c5e4f1bba935

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

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

This test explicitly checks for .file directives, which is not currently supported on AIX. This patch sets this test to XFAIL on AIX for now.

Reviewed By: shchenz

Differential Revision: https://reviews.llvm.org/D113640

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/lto-comp-dir.ll b/llvm/test/DebugInfo/Generic/lto-comp-dir.ll
index 0eff732eec946..73fdd0547e248 100644
--- a/llvm/test/DebugInfo/Generic/lto-comp-dir.ll
+++ b/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
 


        


More information about the llvm-commits mailing list