[compiler-rt] Remove LLDB introspection entrypoints from the shim (PR #68450)

Julian Lettner via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 12:06:49 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
----------------
yln wrote:

Is this a "text-based stub library (`.tbd`)" file or just a "to be defined", list of symbols we need to figure out what to do with?
If it's the former, what/where is this consumed?

https://github.com/llvm/llvm-project/pull/68450


More information about the llvm-commits mailing list