[PATCH] D33880: COFF: Introduce LD shim around LINK
Martell Malone via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 07:36:54 PDT 2017
martell added inline comments.
================
Comment at: lld/include/lld/Driver/Driver.h:21
+bool ldshim(llvm::ArrayRef<const char *> Args,
+ llvm::raw_ostream &Diag = llvm::errs());
}
----------------
ruiu wrote:
> Indentation. Please use clang-format-diff before sending patches so that human reviewers can focus on meaning of the code instead of formatting.
I will use `git diff -U999 HEAD^ | clang-format-diff.py -i -p1` going forward. Thanks.
Repository:
rL LLVM
https://reviews.llvm.org/D33880
More information about the llvm-commits
mailing list