[PATCH] D88468: [llvm-readobj] Fix error when printing out stabs symbols of type N_OSO

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 00:35:53 PDT 2020


jhenderson added a comment.

A nit from me. Leaving the discussion on the Mach-O yaml to others. One of these days somebody's going to break and actually make yaml2obj more usable for Mach-O!



================
Comment at: llvm/test/tools/llvm-readobj/MachO/stabs.yaml:1
+## Verify that llvm-readobj can dump files containing stabs symbols --
+## particularly symbols of type N_OSO which have repurposed the n_sect field
----------------
(I wasn't initially sure if the "--" had some special meaning in the context of stabs - it was just easier to change the punctuation)


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