[llvm] [llvm-objcopy] Add change-section-lma *+/-offset (PR #95431)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 00:51:08 PDT 2024


================
@@ -0,0 +1,52 @@
+# RUN: yaml2obj %s -o %t
----------------
jh7370 wrote:

With point 3, I was explicitly referring to a segment not nested within another segment. This is important, because some tools treat PT_LOAD segments (and segments nested within them) as different to other top-level segment types, hence why I'd ideally like this checked against GNU's behaviour.

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


More information about the llvm-commits mailing list