eb682ff828
A new keyword SANITIZER_RENAME_SYMBOL. It's a variable that has specified a list of symbols to be renamed in a processor in order to remove naming conflicts with public symbols in libc/m/pthread/rt. This renaming will occur for libraries and programs. A symbol with a conflicting 'name', will be renamed to '__mksanitizer_name'. Based on an idea by <christos>