Skip to content

Commit 178946e

Browse files
committed
Remove unsupported sanitisers from Windows drivers.
1 parent 70bdc91 commit 178946e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/Driver/ToolChains.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,15 +1588,6 @@ toolchains::Windows::constructInvocation(const LinkJobAction &job,
15881588
if (job.getKind() == LinkKind::Executable) {
15891589
if (context.OI.SelectedSanitizers & SanitizerKind::Address)
15901590
addLinkSanitizerLibArgsForWindows(context.Args, Arguments, "asan", *this);
1591-
1592-
if (context.OI.SelectedSanitizers & SanitizerKind::Thread)
1593-
addLinkSanitizerLibArgsForWindows(context.Args, Arguments, "tsan", *this);
1594-
1595-
if (context.OI.SelectedSanitizers & SanitizerKind::Fuzzer)
1596-
addLinkRuntimeLibForWindows(
1597-
context.Args, Arguments,
1598-
getSanitizerRuntimeLibNameForWindows("fuzzer", this->getTriple()),
1599-
*this);
16001591
}
16011592

16021593
if (context.Args.hasArg(options::OPT_profile_generate)) {

0 commit comments

Comments
 (0)