[llvm] [llvm-objcopy] Add --change-section-address (PR #98664)
Eleanor Bonnici via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 09:17:41 PDT 2024
================
@@ -191,6 +152,61 @@ struct NewSectionInfo {
std::shared_ptr<MemoryBuffer> SectionData;
};
+// Flags set by --set-section-flags or --rename-section. Interpretation of these
----------------
eleanor-arm wrote:
All these changes are essential. NameMatcher needs NameOrPattern defined before it which in turn requires MatchStyle
https://github.com/llvm/llvm-project/pull/98664
More information about the llvm-commits
mailing list