[PATCH] D29354: SanitizerCoverage: Support sanitizer guard section on darwin

Justin Bogner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 15:36:18 PST 2017


bogner created this revision.
Herald added a subscriber: mcrosier.

MachO's sections need a segment as well as a section name, and the section start and end symbols are spelled differently than on ELF.


https://reviews.llvm.org/D29354

Files:
  lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  test/Instrumentation/SanitizerCoverage/tracing.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29354.86510.patch
Type: text/x-patch
Size: 5626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170131/cce8011d/attachment-0001.bin>


More information about the llvm-commits mailing list