Hi, all. I want to develop a sanitizer (like AddressSanitizer or MemorySanitizer). Like this, LLVM Pass can be easily developed out of source: https://llvm.org/docs/CMake.html#id16. Is it also possible for sanitizers? Should I write my own cmake file for this? I saw this tutorial: https://github.com/trailofbits/llvm-sanitizer-tutorial But it embeds a whole llvm-project, which seems not that neat for me. -- Regards Insu Yun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200110/fc13605c/attachment.html>