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

Eleanor Bonnici via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 09:11:50 PDT 2024


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

In change-section-lma.test: 
1. PT_NOTE
2. PT_LOAD (.text2) 
3. PT_PHDR
4. PT_PHDR in PR_LOAD (.text1) 
5. PT_NOTE
6. Covers all of them but the use with unsupported file formats which seems excessive

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


More information about the llvm-commits mailing list