[PATCH] D70500: [WebAssembly] Enable use of wasm-opt and LTO-enabled system libraries

Sam Clegg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 20 12:47:29 PST 2019


sbc100 added a comment.

On I just remember why this is probably a bad idea.   llvm bitcode is not designed to be stable,  unlike object files, so its probably not a good idea to encourage the distributing of bitcode files in SDKs and such.    Unless you stronly disagree maybe a good idea to split this patch in two since the WASM_OPT part is non-controversial and logically separate?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70500





More information about the cfe-commits mailing list