Enable fuzzer on loongarch64.
Details
Details
- Reviewers
SixWeining xen0n xry111 MaskRay XiaodongLoong - Group Reviewers
Restricted Project - Commits
- rG9c2f792dceb6: [fuzzer] Enable loongarch64
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D140601
[fuzzer] Enable loongarch64 ClosedPublic Authored by tangyouling on Dec 22 2022, 6:34 PM.
Details
Summary Enable fuzzer on loongarch64.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Dec 23 2022, 12:10 AM xen0n added a parent revision: D140607: [fuzzer] Don't hard-code page size in FuzzerUtil.h.Dec 23 2022, 12:14 AM Herald added subscribers: wangpc, s.egerton, simoncook and 2 others. · View Herald TranscriptJul 4 2023, 6:43 PM Closed by commit rG9c2f792dceb6: [fuzzer] Enable loongarch64 (authored by tangyouling, committed by Ami-zhang). · Explain WhyJul 17 2023, 6:43 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 485013 compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
compiler-rt/lib/fuzzer/FuzzerUtil.h
|
IMO don't squeeze this and the GetNextInstructionPc enablement into one patch. This line of change actually works independently of architectures and could benefit others too.