Details
Details
- Reviewers
phosek aarongreen paulkirth - Commits
- rG42564f97e8ca: [fuzzer][fuchsia] Support RISC-V
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
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. |
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. |
Nit: seems to be some unrelated white space changes here and elsewhere in the file. ‘git clang-format’ should fix those, I think.