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
- Repository
- rL LLVM