[PATCH] D63327: [docs][llvm-nm] Improve symbol code documentation

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 15 02:22:40 PDT 2019


MaskRay added inline comments.


================
Comment at: docs/CommandGuide/llvm-nm.rst:51
+
+n
+
----------------
I think the semantics (GNU nm behavior) of `n` are similar to what the reverted rL359312 did, but unfortunately I cannot find a reasonable use case to write a test, nor can I find useful tests in the binutils-gdb repository.

I don't know if relocations into non-SHF_ALLOC sections other than .debug* are reasonable.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63327/new/

https://reviews.llvm.org/D63327





More information about the llvm-commits mailing list