[llvm] c70f6fc - [AIX][tests] Disable dwarf test using debug_addr section
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 13:18:46 PST 2023
Author: Jake Egan
Date: 2023-11-15T16:18:43-05:00
New Revision: c70f6fc4f4c33656b2048e37c287d5c811f413b2
URL: https://github.com/llvm/llvm-project/commit/c70f6fc4f4c33656b2048e37c287d5c811f413b2
DIFF: https://github.com/llvm/llvm-project/commit/c70f6fc4f4c33656b2048e37c287d5c811f413b2.diff
LOG: [AIX][tests] Disable dwarf test using debug_addr section
AIX doesn't support the `debug_addr` section.
See related PR: https://github.com/llvm/llvm-project/pull/71814
Added:
Modified:
llvm/test/DebugInfo/Generic/dwarf5-debug-info-static-member.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/Generic/dwarf5-debug-info-static-member.ll b/llvm/test/DebugInfo/Generic/dwarf5-debug-info-static-member.ll
index 6e8f48d652e34b2..3bbc79bdf03c131 100644
--- a/llvm/test/DebugInfo/Generic/dwarf5-debug-info-static-member.ll
+++ b/llvm/test/DebugInfo/Generic/dwarf5-debug-info-static-member.ll
@@ -1,3 +1,6 @@
+; AIX doesn't support the debug_addr section
+; UNSUPPORTED: target={{.*}}-aix{{.*}}
+
; RUN: %llc_dwarf -filetype=obj -o %t.o < %s
; RUN: llvm-dwarfdump -v -debug-info %t.o | FileCheck %s -check-prefix=CHECK
More information about the llvm-commits
mailing list