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

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 23:59:20 PDT 2020


alexshap added inline comments.


================
Comment at: llvm/tools/llvm-readobj/MachODumper.cpp:274
 
+static bool stabHasSectionIndex(uint8_t type) {
+  switch (type) {
----------------
type -> Type


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