Add AddressSanitizer support for VxWorks OS

Hello All,

I am from WindRiver company. We are ready to submit patches to add AddressSanitizer support for VxWorks operating system. The patches are mainly included in the folder “compiler-rt/lib/sanitizer_common” and “compiler-rt/lib/asan”. I see github doesn’t accept any patches at this moment. So could someone tell me the detailed submit process then? What test or CI do I need run?

Thanks,
Wenbin

1 Like

Hi, the process for LLVM contributions is documented here: Contributing to LLVM — LLVM 16.0.0git documentation

Thank you! I will study it.