[llvm] [llvm-objcopy] Add change-section-lma *+/-offset (PR #95431)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 14 02:39:33 PDT 2024
================
@@ -0,0 +1,45 @@
+# RUN: yaml2obj %s -o %t
----------------
jh7370 wrote:
It would be preferable to have all test cases in a single file. You can use yaml2obj's --docnum option to have multiple different YAML inputs in the same file (see other tests for examples).
That being said, what's the benefit of the "single-load" test case that the "multiple-load" case doesn't provide?
https://github.com/llvm/llvm-project/pull/95431
More information about the llvm-commits
mailing list