[PATCH] D153988: [DWARFv5][DWARFLinker] Remove dsymutil-classic compatibility feature as it leads to an error.
Felipe de Azevedo Piovezan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 11:30:16 PDT 2023
fdeazeve added inline comments.
================
Comment at: llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h:99
+ /// Is variable DIE has location expression attribute referencing an
+ /// address?
+ bool HasLocationExpressionAddr : 1;
----------------
The phrasing here is slightly broken.
Maybe something like: "Is this a variable with a location attribute referencing address?"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153988/new/
https://reviews.llvm.org/D153988
More information about the llvm-commits
mailing list