[PATCH] D112735: export unique symbol list with llvm-nm new option "--export-symbols"
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 20:38:13 PST 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/docs/CommandGuide/llvm-nm.rst:280
+
+ Exclude resource file symbols (__rsrc) from export symbol list.
+
----------------
================
Comment at: llvm/test/tools/llvm-nm/bitcode-export-sym.test:1
+## Test the "--export-symbols" option with bitcode input files.
+
----------------
Add `# REQUIRES: powerpc-registered-target`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112735/new/
https://reviews.llvm.org/D112735
More information about the llvm-commits
mailing list