[llvm] Add adjustVMA option (PR #72870)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 8 01:49:45 PST 2024
================
@@ -245,6 +253,9 @@ struct CommonConfig {
StringMap<uint64_t> SetSectionType;
StringMap<StringRef> SymbolsToRename;
+ // Adjust section VMA and LMA
----------------
jh7370 wrote:
```suggestion
// Adjust section VMA and LMA.
```
Comments should use correct punctuation. That being said, this comment doesn't add any value and the member should just be added to the immediately above set of `StringMap` members.
https://github.com/llvm/llvm-project/pull/72870
More information about the llvm-commits
mailing list