[llvm] [llvm-objcopy] Add --skip-symbol and --skip-symbols options (PR #80873)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 01:57:13 PDT 2024
================
@@ -0,0 +1,78 @@
+# RUN: yaml2obj %s -o %t.o
----------------
jh7370 wrote:
Looks like this test is missing coverage for visibility?
Nit: Also I'd name this skip-symbol.test, since I'd argue the singular option is the "main" option and the file version is just a helper for it. See also `keep-symbol.test`.
https://github.com/llvm/llvm-project/pull/80873
More information about the llvm-commits
mailing list