[PATCH] D143561: [DwarfGenerator] Emit dwarf address section when dwarf version is not less than 4
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 19:06:57 PST 2023
lkail added a comment.
In D143561#4117072 <https://reviews.llvm.org/D143561#4117072>, @qiucf wrote:
> Is this an AIX only restriction or for all DWARF <= 4?
For all DWARF <= 4. See https://github.com/llvm/llvm-project/blob/32b3f13337ef0bf747705d058f4772c7fdabd736/llvm/include/llvm/MC/MCObjectFileInfo.h#L118.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143561/new/
https://reviews.llvm.org/D143561
More information about the llvm-commits
mailing list