[llvm] f4b58f8 - [AIX] Disable test for missing DWARF section
Jake Egan via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 21:35:06 PDT 2023
Author: Jake Egan
Date: 2023-06-16T00:35:00-04:00
New Revision: f4b58f8d22bc1147269aead3fce81dc269214d8b
URL: https://github.com/llvm/llvm-project/commit/f4b58f8d22bc1147269aead3fce81dc269214d8b
DIFF: https://github.com/llvm/llvm-project/commit/f4b58f8d22bc1147269aead3fce81dc269214d8b.diff
LOG: [AIX] Disable test for missing DWARF section
This new test is failing on AIX due to an unsupported DWARF section, so disable it (same rationale as patch D111336).
Added:
Modified:
llvm/test/DebugInfo/Generic/apple-names-hash-collisions.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/Generic/apple-names-hash-collisions.ll b/llvm/test/DebugInfo/Generic/apple-names-hash-collisions.ll
index 5e20127a2e2ca..4283055abb2fa 100644
--- a/llvm/test/DebugInfo/Generic/apple-names-hash-collisions.ll
+++ b/llvm/test/DebugInfo/Generic/apple-names-hash-collisions.ll
@@ -1,3 +1,4 @@
+; XFAIL: target={{.*}}-aix{{.*}}
; RUN: %llc_dwarf -accel-tables=Apple -filetype=obj -o %t < %s
; RUN: llvm-dwarfdump -apple-names %t | FileCheck %s --check-prefix=NUM_HASHES
; RUN: llvm-dwarfdump --find=bb --find=cA %t | FileCheck %s --check-prefix=FOUND_VARS
More information about the llvm-commits
mailing list