This is an archive of the discontinued LLVM Phabricator instance.

[libfuzzer][Windows] Silence linker warning in unittest
ClosedPublic

Authored by metzman on Oct 12 2018, 3:47 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

metzman created this revision.Oct 12 2018, 3:47 PM
metzman edited the summary of this revision. (Show Details)Oct 12 2018, 3:50 PM

Matt, could you please take a look at this trivial change.

It is intended to stop the warning: LINK : warning LNK4044: unrecognized option '/Z-reserved-lib-stdc++'; ignored when building the libFuzzer unittests on Windows.

metzman retitled this revision from [fuzzer][Windows] Silence linker warning in unittest to [libfuzzer][Windows] Silence linker warning in unittest.Oct 12 2018, 3:55 PM
morehouse accepted this revision.Oct 12 2018, 4:24 PM
This revision is now accepted and ready to land.Oct 12 2018, 4:24 PM
This revision was automatically updated to reflect the committed changes.