[PATCH] D84913: [libFuzzer] Enable for SystemZ

Ilya Leoshkevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 14:19:09 PDT 2020


iii updated this revision to Diff 282046.
iii added a comment.

Two minor fixes:

- Remove unneeded <endian.h> include.
- Make clang-tidy happy by renaming HToLE to Htole.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84913/new/

https://reviews.llvm.org/D84913

Files:
  compiler-rt/cmake/config-ix.cmake
  compiler-rt/lib/fuzzer/FuzzerTracePC.h
  compiler-rt/lib/fuzzer/FuzzerUtil.h
  compiler-rt/test/fuzzer/coverage.test
  compiler-rt/test/fuzzer/msan.test
  compiler-rt/test/fuzzer/swap-cmp.test
  llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  llvm/test/Instrumentation/SanitizerCoverage/inline-8bit-counters.ll
  llvm/test/Instrumentation/SanitizerCoverage/inline-bool-flag.ll
  llvm/test/Instrumentation/SanitizerCoverage/tracing.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84913.282046.patch
Type: text/x-patch
Size: 8037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200730/caec1188/attachment.bin>


More information about the llvm-commits mailing list