| Index: lib/Driver/Tools.cpp
|
| diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp
|
| index aba1fe4d2d9ed41723b5d36d6f6b4063db8914c5..47d12e1e3b8a466692561736ecb76fa5b0770af5 100644
|
| --- a/lib/Driver/Tools.cpp
|
| +++ b/lib/Driver/Tools.cpp
|
| @@ -1671,7 +1671,6 @@ static void addSanitizerRTLinkFlagsLinux(
|
| LibSanitizerArgs.begin(), LibSanitizerArgs.end());
|
|
|
| CmdArgs.push_back("-lpthread");
|
| - CmdArgs.push_back("-lrt");
|
| CmdArgs.push_back("-ldl");
|
|
|
| // If possible, use a dynamic symbols file to export the symbols from the
|
|
|