This patch updates the following test, which is falling to match ASM lines on AIX for two reasons: - `.debug_info` is mapped to `.dwinfo`, so the test fails to match `debug_info` before `DW_TAG_label` occurs - AIX uses inline strings, so `DW_AT_NAME` format is different and does not match `DW_AT_decl_file` in the next line. Reviewed By: shchenz Differential Revision: https://reviews.llvm.org/D115695
2.7 KiB
2.7 KiB