[llvm] [llvm-objcopy] Add --change-section-address (PR #98664)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 02:40:10 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
----------------
jh7370 wrote:

Why has this code moved?

https://github.com/llvm/llvm-project/pull/98664


More information about the llvm-commits mailing list