Differential Revision: https://reviews.llvm.org/D104279
ASan declares these functions as strongly-defined, which results in 'duplicate symbol' errors when trying to replace them in user code when linking the runtimes statically. Reviewed By: eugenis Differential Revision: https://reviews.llvm.org/D100220
llvm-svn: 371687
Like r367463, but for asan. llvm-svn: 367558