[PATCH] D62443: [WebAssembly] Move Emscripten-specific behavior under a --emscripten flag
Carlo Kok via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 27 01:06:06 PDT 2019
carlokok added a comment.
imo export-dynamic should still work? All it does it export all symbols that are linked in. My compiler uses and depends on that feature (though I can add emscripten as a flag to the linker, I don't think I should).
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62443/new/
https://reviews.llvm.org/D62443
More information about the llvm-commits
mailing list