Skip to content

Commit

Permalink
[asan] Add missing __asan_set_shadow_0x() calls.
Browse files Browse the repository at this point in the history
Add new calls introduced in https://reviews.llvm.org/D136197 to weak_symbols.txt.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D137178
  • Loading branch information
rsundahl committed Nov 1, 2022
1 parent 10db57b commit 37a25b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions compiler-rt/lib/asan/weak_symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ ___asan_default_options
___asan_default_suppressions
___asan_on_error
___asan_set_shadow_00
___asan_set_shadow_01
___asan_set_shadow_02
___asan_set_shadow_03
___asan_set_shadow_04
___asan_set_shadow_05
___asan_set_shadow_06
___asan_set_shadow_07
___asan_set_shadow_f1
___asan_set_shadow_f2
___asan_set_shadow_f3
Expand Down

0 comments on commit 37a25b4

Please sign in to comment.