This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Fuzzer] Create ninja target for target fuzzer
ClosedPublic

Authored by cassanova on Jun 15 2022, 10:59 AM.

Details

Summary

Create a ninja target for running the LLDB target fuzzer.

Diff Detail

Event Timeline

cassanova created this revision.Jun 15 2022, 10:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2022, 10:59 AM
cassanova requested review of this revision.Jun 15 2022, 10:59 AM

Can this go into lldb-target-fuzzer/CMakeLists.txt?

Yes it can, updating the diff to reflect that.

Moved changes to lldb-target-fuzzer/CMakeLists.txt file

mib added a comment.Jun 15 2022, 11:37 AM

How is this any different from running ninja lldb-target-fuzzer ? I might be missing something ...

mib added a comment.Jun 15 2022, 11:42 AM

How is this any different from running ninja lldb-target-fuzzer ? I might be missing something ...

Never mind, I assumed lldb-target-fuzzer would not only build the fuzzer but also run it

mib accepted this revision.Jun 15 2022, 11:45 AM

LGTM!

This revision is now accepted and ready to land.Jun 15 2022, 11:45 AM
This revision was landed with ongoing or failed builds.Jun 15 2022, 11:55 AM
This revision was automatically updated to reflect the committed changes.

This needs to be moved into the if(TARGET lldb-target-fuzzer) clause.