[llvm] [RemoveDIs] Update update_test_checks script to recognize dbg_records (PR #87388)
Henrik G. Olsson via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 18 17:58:21 PDT 2024
hnrklssn wrote:
LGTM!
@nhaehnle Would #88979 make it possible to dynamically select between emitting `META` or `DBG` based on whether the metadata definition has a `= !DI` suffix? E.g. `!13 = !DILocalVariable` -> `DBG13` instead of `META13`.
https://github.com/llvm/llvm-project/pull/87388
More information about the llvm-commits
mailing list