[PATCH] D41937: [WebAssembly] supports -stdlib=libc++ switch

Patrick Cheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 11 15:06:16 PST 2018


patcheng added inline comments.


================
Comment at: lib/Driver/ToolChains/WebAssembly.cpp:151
+  case ToolChain::CST_Libcxx:
+    CmdArgs.push_back("-lc++");
+    break;
----------------
sbc100 wrote:
> Can you add -lc++abi too? Then I can drop D41966
Sure, but I am not in front of a computer with the code at the moment.

I should be able to get this done later this evening (PST).


Repository:
  rC Clang

https://reviews.llvm.org/D41937





More information about the cfe-commits mailing list