Skip to content

Commit f768e53

Browse files
committed
[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
1 parent c9bfca5 commit f768e53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler-rt/lib/dfsan/done_abilist.txt

+4
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,12 @@ fun:__sanitizer_get_estimated_allocated_size=uninstrumented
451451
fun:__sanitizer_get_estimated_allocated_size=discard
452452
fun:__sanitizer_get_ownership=uninstrumented
453453
fun:__sanitizer_get_ownership=discard
454+
fun:__sanitizer_get_allocated_begin=uninstrumented
455+
fun:__sanitizer_get_allocated_begin=discard
454456
fun:__sanitizer_get_allocated_size=uninstrumented
455457
fun:__sanitizer_get_allocated_size=discard
458+
fun:__sanitizer_get_allocated_size_fast=uninstrumented
459+
fun:__sanitizer_get_allocated_size_fast=discard
456460
fun:__sanitizer_print_stack_trace=uninstrumented
457461
fun:__sanitizer_print_stack_trace=discard
458462

0 commit comments

Comments
 (0)