yamt added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/WebAssembly.cpp:80
 
-  const char *Crt1 = "crt1.o";
+  bool isCommand = true;
+  const char *Crt1;
----------------
sbc100 wrote:
> LLCM coding style is `IsCommand` (at last for now: 
> https://llvm.org/docs/Proposals/VariableNames.html)
oops. fixed. thank you.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156205

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to