[llvm] [llvm-objcopy][ELF] Add an option to remove notes (PR #118739)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 01:08:33 PST 2025


================
@@ -0,0 +1,47 @@
+# RUN: yaml2obj --docnum=1 %s -o %t1
----------------
jh7370 wrote:

I'd be inclined to fold these into the `remove-note.test` file. That way, if and when support is added, it should just be a case of updating the RUN/CHECK lines and the YAML can remain the same (in theory).

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


More information about the llvm-commits mailing list