[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 06:05:48 PDT 2019


carlokok added a comment.

I suppose I could; do note they do quite different things:

  if (ForceExport || Config->ExportAll)
    return true;
  
  if (Config->ExportDynamic && !isHidden())
    return true;

the nice thing about the dynamic option was to not expose hidden symbols.


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