[PATCH] D62443: [WebAssembly] Move Emscripten-specific behavior under a --emscripten flag
    Rui Ueyama via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Jun  2 21:06:24 PDT 2019
    
    
  
ruiu added a comment.
I'm not in favor of this patch. Adding a blanket option for emscripten seems too specific to one use case. If you really need a special feature for emscripten, you probably should decompose it to fine-grained features and pass command line flags to enable the features from emscripten compiler driver.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62443/new/
https://reviews.llvm.org/D62443
    
    
More information about the llvm-commits
mailing list