[PATCH] D66433: LibFuzzer support for 32bit MSVC

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 11:44:22 PDT 2019


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: lib/fuzzer/FuzzerBuiltinsMsvc.h:28

----------------
You did a `static_cast<unsigned long>` in the other code, is it needed to avoid warnings? Either way, if this fixes your build, looks good to me.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66433/new/

https://reviews.llvm.org/D66433





More information about the llvm-commits mailing list