[PATCH] D92913: [lld-macho] Initialize AsmParsers earlier

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 08:24:13 PST 2020


compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lld/MachO/Driver.cpp:752
 
+  initLLVM(); // must be run before any call to addFile()
   for (const auto &arg : args) {
----------------
Nit: a newline after this would be nice.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92913



More information about the llvm-commits mailing list