[PATCH] D145308: [lld][WebAssembly] Initial support for stub libraries
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 13 15:55:07 PDT 2023
dschuff added a comment.
Otherwise this LGTM, but I'd still like to hear Dan's opinion if he's got one.
================
Comment at: lld/wasm/Driver.cpp:877
+static void processStubObjects() {
+ log("-- processStubObjects");
----------------
can we rename the methods and variables/comments to match the renaming of the feature?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145308/new/
https://reviews.llvm.org/D145308
More information about the llvm-commits
mailing list