[PATCH] D70500: [WebAssembly] Enable use of wasm-opt and LTO-enabled system libraries
Dan Gohman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 21 16:47:06 PST 2019
sunfish added a comment.
In D70500#1756011 <https://reviews.llvm.org/D70500#1756011>, @dschuff wrote:
> 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.
The LLVM revision here is the git hash, not the major version, so we should be good even if this happens.
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