This is an archive of the discontinued LLVM Phabricator instance.

[fuzzer][fuchsia] Support RISC-V
ClosedPublic

Authored by mcgrathr on Jun 15 2023, 3:45 PM.

Diff Detail

Event Timeline

mcgrathr created this revision.Jun 15 2023, 3:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2023, 3:45 PM
mcgrathr requested review of this revision.Jun 15 2023, 3:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2023, 3:45 PM
Herald added subscribers: Restricted Project, wangpc. · View Herald Transcript
phosek accepted this revision.Jun 16 2023, 12:03 AM

LGTM

This revision is now accepted and ready to land.Jun 16 2023, 12:03 AM
paulkirth added inline comments.Jun 16 2023, 7:50 AM
compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
90

Nit: seems to be some unrelated white space changes here and elsewhere in the file. ‘git clang-format’ should fix those, I think.

This revision was landed with ongoing or failed builds.Jun 16 2023, 11:40 AM
This revision was automatically updated to reflect the committed changes.
MaskRay added inline comments.
compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
354

The prevailing style doesn't add a blank line after #if / #elif. These changes are also unrelated to the gist of the patch. Since they are made, I think that is fine.