[all-commits] [llvm/llvm-project] 3aece7: Adapt test to be compatible with AIX
Jake Egan via All-commits
all-commits at lists.llvm.org
Thu Dec 16 09:35:33 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3aece7995cb63a536a15df35ebe107d04a8acc86
https://github.com/llvm/llvm-project/commit/3aece7995cb63a536a15df35ebe107d04a8acc86
Author: Jake Egan <Jake.Egan at ibm.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M llvm/test/DebugInfo/Generic/debug-label.ll
Log Message:
-----------
Adapt test to be compatible with AIX
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
More information about the All-commits
mailing list