[PATCH] D100019: [lld-macho][nfc] Minor refactoring + clang-tidy fixes

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 10:57:28 PDT 2021


oontvoo marked an inline comment as done.
oontvoo added inline comments.


================
Comment at: lld/MachO/Driver.cpp:359-361
+// Parses LC_LINKER_OPTION contents, which can add additional command line
+// flags.
+void macho::parseLCLinkerOption(InputFile *f, unsigned argc, StringRef data) {
----------------
int3 wrote:
> ahh well this was one of the formatting changes I committed yesterday, hence the tidy/format confusion 😅
Done - sync'ing to head removed this change. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100019



More information about the llvm-commits mailing list