Skip to content

Commit f4b58f8

Browse files
committed
[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).
1 parent 75e93ec commit f4b58f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/DebugInfo/Generic/apple-names-hash-collisions.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; XFAIL: target={{.*}}-aix{{.*}}
12
; RUN: %llc_dwarf -accel-tables=Apple -filetype=obj -o %t < %s
23
; RUN: llvm-dwarfdump -apple-names %t | FileCheck %s --check-prefix=NUM_HASHES
34
; RUN: llvm-dwarfdump --find=bb --find=cA %t | FileCheck %s --check-prefix=FOUND_VARS

0 commit comments

Comments
 (0)