mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 19:44:15 +08:00
__sanitizer_get_allocated_begin and __sanitizer_get_allocated_size_fast were introduced recently in D147005 and D151360, but not added here, leading to linker errors. Differential Revision: https://reviews.llvm.org/D153680