[PATCH] D156205: wasm: link crt1 even in case of -shared
YAMAMOTO Takashi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 2 10:01:56 PDT 2023
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
More information about the cfe-commits
mailing list