[PATCH] D49292: [MSan] factor userspace-specific declarations into createUserspaceApi(). NFC

Alexander Potapenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 06:54:16 PDT 2018


glider created this revision.
glider added reviewers: eugenis, vitalybuka, kcc, dvyukov.
glider added a project: Sanitizers.
Herald added a subscriber: llvm-commits.

This patch introduces createUserspaceApi() that creates function/global declarations for symbols used by MSan in the userspace.
This is a step towards the upcoming KMSAN implementation patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D49292

Files:
  lib/Transforms/Instrumentation/MemorySanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49292.155372.patch
Type: text/x-patch
Size: 5654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180713/d111e774/attachment.bin>


More information about the llvm-commits mailing list