swift: 5.0.2 -> 5.1.1

This commit is contained in:
Michael Roitzsch
2019-10-21 11:02:16 +02:00
parent 29098a81b3
commit b472f4a2de
8 changed files with 53 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
--- a/lib/Driver/ToolChains/Gnu.cpp
+++ b/lib/Driver/ToolChains/Gnu.cpp
@@ -380,13 +380,6 @@ void tools::gnutools::Linker::ConstructJob(Compilation &C, const JobAction &JA,
@@ -402,13 +402,6 @@ void tools::gnutools::Linker::ConstructJob(Compilation &C, const JobAction &JA,
if (!Args.hasArg(options::OPT_static)) {
if (Args.hasArg(options::OPT_rdynamic))
CmdArgs.push_back("-export-dynamic");