[all-commits] [llvm/llvm-project] f768e5: [dfsan] Add missing functions to done_abilist.txt
Northbadge via All-commits
all-commits at lists.llvm.org
Fri Jun 30 10:40:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f768e5310cf480152fad9599742a86664f2d1501
https://github.com/llvm/llvm-project/commit/f768e5310cf480152fad9599742a86664f2d1501
Author: Jin Xin Ng <njx at google.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M compiler-rt/lib/dfsan/done_abilist.txt
Log Message:
-----------
[dfsan] Add missing functions to done_abilist.txt
__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
More information about the All-commits
mailing list