[PATCH] D84215: [DFSan] Handle fast16labels for all API functions.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 21:16:38 PDT 2020


morehouse created this revision.
morehouse added reviewers: kcc, vitalybuka, pcc.
Herald added subscribers: Sanitizers, jfb.
Herald added a project: Sanitizers.

Support fast16labels in all functions from sanitizer/dfsan_interface.h,
except fail when `dfsan_get_label_info` is called on a non-base label
since we don't create metadata for union labels in fast16labels mode.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84215

Files:
  compiler-rt/lib/dfsan/dfsan.cpp
  compiler-rt/test/dfsan/fast16labels.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84215.279384.patch
Type: text/x-patch
Size: 6387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200721/61577076/attachment-0001.bin>


More information about the llvm-commits mailing list