[PATCH] D70378: [LLD][COFF] Cover usage of LLD as a library

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 12:25:00 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/Common/ErrorHandler.cpp:54
+}
+raw_ostream &lld::errs() {
+  if (errorHandler().disableOutput)
----------------
Nit: One blank line above


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70378



More information about the llvm-commits mailing list