[PATCH] D71738: [lld][WebAssembly] Add libcall symbols to the link when LTO is being used.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 16:54:14 PST 2020


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lld/wasm/Driver.cpp:763
+  //
+  // We only need to add libcall symbols to the link before LTO if the the
+  // symbol's definition is in bitcode. Any other required libcall symbols will
----------------
the the -> the


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71738





More information about the llvm-commits mailing list