[llvm] [llvm-objcopy] Add llvm-objcopy option --set-visibility-sym (PR #80872)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 00:38:57 PST 2024


================
@@ -0,0 +1,139 @@
+
+# RUN: yaml2obj %s -o %t.o
+# RUN: echo '.*' > %t.symbols.regex
----------------
jh7370 wrote:

I think it would be useful to have a test case that uses the file-based option but which only matches some of the symbols, showing that the remainder are not modified.

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


More information about the llvm-commits mailing list