Silence warning when linking unittest binary by not passing
-lstdc++ to the linker since it is ignored.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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.