[PATCH] D70500: [WebAssembly] Enable use of wasm-opt and LTO-enabled system libraries
Derek Schuff via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 21 16:28:57 PST 2019
dschuff accepted this revision.
dschuff added a comment.
This revision is now accepted and ready to land.
WRT the LTO directory name, there's theoretically the danger that someone (e.g. emscripten) could be doing a rolling release of the compiler and get invalidated within a major revision. But in that case, 1) they should be rebuilding their libraries on each release anyway, and 2) last time I checked, policy was to make auto-upgrade of bitcode work within a revision. So it's probably not a problem.
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