This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Don't use `#ifdef` for defined macros, instead use `#if`.
ClosedPublic

Authored by mpividori on Jan 20 2017, 2:40 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori created this revision.Jan 20 2017, 2:40 PM
kcc accepted this revision.Jan 20 2017, 2:43 PM

LGTM, thanks!
BTW, don't rush implementing this thing on Windows -- the code is too experimental for that.
(Do add stubs, if needed)

This revision is now accepted and ready to land.Jan 20 2017, 2:43 PM
This revision was automatically updated to reflect the committed changes.