[PATCH] D113241: [lld-macho][nfc] rename parsed-section types & variables

Vincent Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 12:34:02 PST 2021


thevinster accepted this revision.
thevinster added a comment.
This revision is now accepted and ready to land.

Gucci.



================
Comment at: lld/MachO/InputSection.cpp:80
   default:
-    llvm_unreachable("Section type");
+    llvm_unreachable("ParsedSection type");
   }
----------------
Missed this part?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113241



More information about the llvm-commits mailing list