[PATCH] D115695: Adapt test to be compatible with AIX
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 13 20:45:11 PST 2021
shchenz added inline comments.
================
Comment at: llvm/test/DebugInfo/Generic/debug-label.ll:20
; ASM: [[DONE_LOW_PC:[.0-9a-zA-Z]+]]:{{[[:space:]].*}}DEBUG_LABEL: foo:done
-; ASM-LABEL: debug_info
+; ASM-LABEL: cu_begin0
; ASM: DW_TAG_label
----------------
Can we use a RE to match both `debug_info` and `dwinfo`? Section name should be with more sense than `cu_begin0`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115695/new/
https://reviews.llvm.org/D115695
More information about the llvm-commits
mailing list