[PATCH] D134817: Remove the dependency between lib/DebugInfoDWARF and MC
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 11:15:25 PDT 2022
MaskRay added a comment.
This patch is not rebased on the top of main branch so it fails to apply. For such a patch we probably want to check pre-commit tests https://buildkite.com/llvm-project/diff-checks/builds/129386
================
Comment at: llvm/include/llvm/DebugInfo/DIContext.h:203
+ std::function<llvm::StringRef(uint64_t DwarfRegNum, bool IsEH)>
+ GetNameForDWARFReg = nullptr;
----------------
also delete `=nullptr` here
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134817/new/
https://reviews.llvm.org/D134817
More information about the llvm-commits
mailing list