This is a step towards the upcoming KMSAN implementation patch.
KMSAN is going to use a different warning function, __msan_warning_32(uptr origin), so we'd better create the warning calls in one place.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D44513
[MSan] Introduce insertWarningFn(). NFC ClosedPublic Authored by glider on Mar 15 2018, 4:26 AM.
Details Summary This is a step towards the upcoming KMSAN implementation patch.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 16 2018, 3:53 PM Closed by commit rL327828: [MSan] Introduce insertWarningFn(). NFC (authored by glider). · Explain WhyMar 19 2018, 3:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 138546 lib/Transforms/Instrumentation/MemorySanitizer.cpp
|