[ASan] Allow new/delete replacement by making interceptors weak
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
Loading
Please sign in to comment