| commit | 62c8fc571a345f8f2e462aa8451849d4d2dd48d8 | [log] [tgz] |
|---|---|---|
| author | Marcos Pividori <mpividori@google.com> | Sun Jan 22 01:58:26 2017 +0000 |
| committer | Marcos Pividori <mpividori@google.com> | Sun Jan 22 01:58:26 2017 +0000 |
| tree | ec86e96b77858135d7bfdc489787e7be16badc82 | |
| parent | 60cc2fbba11aa2f856049cd81bc4c7275ba94da5 [diff] |
[libFuzzer] Portably disassemble and find calls to sanitizer_cov_trace_pc_guard. Instead of directly using objdump, which is not present on Windows, we consider different tools depending on the platform. For Windows, we consider dumpbin and llvm-objdump. Differential Revision: https://reviews.llvm.org/D28635 llvm-svn: 292739