[PATCH] D33880: COFF: Introduce LD shim around LINK
Martell Malone via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 18 09:16:13 PDT 2017
martell added inline comments.
================
Comment at: MinGW/Driver.cpp:63
+public:
+ COFFLdOptTable() : OptTable(infoTable, false) {}
+ opt::InputArgList parse(ArrayRef<const char *> Argv);
----------------
`infoTable` doesn't seem to follow the variable naming guide but this is done consistently across LLVM
Repository:
rL LLVM
https://reviews.llvm.org/D33880
More information about the llvm-commits
mailing list