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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to