[PATCH] D41937: [WebAssembly] supports -stdlib=libc++ switch
Sam Clegg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 11 14:50:18 PST 2018
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
More information about the cfe-commits
mailing list