[PATCH] D88468: [llvm-readobj] Don't print out section names for STABS symbols

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 23:33:53 PDT 2020


grimar added a comment.

I have no more comments (except the one minor nit).
Someone else, who is more famailar with MachO should give a final approve I think.



================
Comment at: llvm/test/tools/llvm-readobj/MachO/stabs.yaml:100
+    - n_strx:          2
+      n_type:          0x64 # N_SO
+      n_sect:          0
----------------
`##` -> `#` here and below.

(We should be consistent in marking comments).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88468



More information about the llvm-commits mailing list