You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
365 B
12 lines
365 B
5 years ago
|
--- a/llvm-project/clang/lib/Driver/ToolChain.cpp 2016-12-14 17:46:50.000000000 +0100
|
||
|
+++ b/llvm-project/clang/lib/Driver/ToolChain.cpp 2017-07-13 12:35:02.862534376 +0200
|
||
|
@@ -632,7 +632,7 @@
|
||
|
|
||
|
switch (Type) {
|
||
|
case ToolChain::CST_Libcxx:
|
||
|
- CmdArgs.push_back("-lc++");
|
||
|
+ CmdArgs.push_back("-lc++_shared");
|
||
|
break;
|
||
|
|
||
|
case ToolChain::CST_Libstdcxx:
|