[compiler-rt] Remove LLDB introspection entrypoints from the shim (PR #68450)
Usama Hameed via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 9 12:01:41 PDT 2023
================
@@ -8,3 +8,15 @@ __asan_on_error
__asan_print_accumulated_stats
__asan_set_death_callback
__asan_update_allocation_context
+__asan_describe_address
+__asan_get_alloc_stack
+__asan_get_report_access_size
+__asan_get_report_access_type
+__asan_get_report_address
+__asan_get_report_bp
+__asan_get_report_description
+__asan_get_report_pc
+__asan_get_report_sp
+__asan_report_error
----------------
usama54321 wrote:
I am not sure if we call __asan_report_error from the instrumented program. @rsundahl Can you please verify this
https://github.com/llvm/llvm-project/pull/68450
More information about the llvm-commits
mailing list