[PATCH] D70500: [WebAssembly] Enable use of wasm-opt and LTO-enabled system libraries

Sam Clegg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 20 12:33:24 PST 2019


sbc100 added a comment.

Kinds seems like two different changes here.   But lgtm.



================
Comment at: clang/lib/Driver/ToolChains/WebAssembly.cpp:137
+      getFilePaths().push_back(getDriver().SysRoot + "/lib/" + MultiarchTriple +
+                               "/llvm-lto");
+    }
----------------
Is there any kind of president here?   i.e. do any other platforms have support for this kind thing?  Seems like good idea I'd just like to be sure we follow existing practices.


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