sbc100 added inline comments.

================
Comment at: lib/Driver/ToolChains/WebAssembly.cpp:151
+  case ToolChain::CST_Libcxx:
+    CmdArgs.push_back("-lc++");
+    break;
----------------
Can you add -lc++abi too? Then I can drop D41966


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