[PATCH] D94882: [MC] Upgrade DWARF version to 5 upon .file 0
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 20 00:40:41 PST 2021
jhenderson added a comment.
Okay, I'm persuaded by the arguments. I don't really mind whether the tool will ignore an explicitly specified version or not, as long as a warning is emitted if it does ignore it. I think we want to avoid the potential confusion of "I asked for DWARFv3, but am getting DWARFv5 output", and a warning would at least help with that (assuming of course we don't just refuse to handle this case, which I think is also an acceptable, and possibly preferable solution).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94882/new/
https://reviews.llvm.org/D94882
More information about the llvm-commits
mailing list