Hi,
We need to expose Sanitizer Coverage's functions that are rewritten with a different implementation, so compiler-rt's libraries have access to it.
In particular, for windows, asan dll needs to access to the new implementation, when doing interception as explained in https://reviews.llvm.org/D28600 .
Thanks,
Marcos
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM