[llvm] 70187eb - [AIX][tests] Disable mixed-source.ll test using debug_addr section
via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 10:51:31 PST 2023
Author: Jake Egan
Date: 2023-12-01T13:51:23-05:00
New Revision: 70187ebadf20f014a7821cf322eae60192dbe4cc
URL: https://github.com/llvm/llvm-project/commit/70187ebadf20f014a7821cf322eae60192dbe4cc
DIFF: https://github.com/llvm/llvm-project/commit/70187ebadf20f014a7821cf322eae60192dbe4cc.diff
LOG: [AIX][tests] Disable mixed-source.ll test using debug_addr section
AIX doesn't support the `debug_addr` section.
See related PR: #71814
Added:
Modified:
llvm/test/DebugInfo/Generic/mixed-source.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/Generic/mixed-source.ll b/llvm/test/DebugInfo/Generic/mixed-source.ll
index 46ea05c975f1544..d5586f8fc538927 100644
--- a/llvm/test/DebugInfo/Generic/mixed-source.ll
+++ b/llvm/test/DebugInfo/Generic/mixed-source.ll
@@ -1,3 +1,6 @@
+; AIX doesn't support the debug_addr section
+; UNSUPPORTED: target={{.*}}-aix{{.*}}
+
; RUN: %llc_dwarf -O0 -filetype=obj -o - < %s | llvm-dwarfdump -debug-line - | FileCheck %s
; CHECK: include_directories[ 0] = "dir"
More information about the llvm-commits
mailing list