[all-commits] [llvm/llvm-project] 07d2e9: Remove LLDB introspection entrypoints from the shi...

Roy Sundahl via All-commits all-commits at lists.llvm.org
Mon Oct 9 14:32:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 07d2e90f28e36ac3c0a79d208ab74610f4b98546
      https://github.com/llvm/llvm-project/commit/07d2e90f28e36ac3c0a79d208ab74610f4b98546
  Author: Roy Sundahl <3883930+rsundahl at users.noreply.github.com>
  Date:   2023-10-09 (Mon, 09 Oct 2023)

  Changed paths:
    M compiler-rt/lib/asan_abi/asan_abi.cpp
    M compiler-rt/lib/asan_abi/asan_abi.h
    M compiler-rt/lib/asan_abi/asan_abi_shim.cpp
    M compiler-rt/lib/asan_abi/asan_abi_tbd.txt

  Log Message:
  -----------
  Remove LLDB introspection entrypoints from the shim (#68450)

Rather than forwarding the LLDB entrypoints into asan_abi stable ABI,
leave them unimplemented for now. Doing so allows the shim and asan_abi
to be solely constrained to the entrypoints expected by the
instrumentation. We will take up a model for other stable ABIs (tsan,
ubsan, common, etc.) at a later date after choosing an inter-sanitizer
stable abi pattern after discussion and RFC. This commit modifies
https://reviews.llvm.org/D159545 by simply eliminating them from the
shim entirely.

rdar://115974403




More information about the All-commits mailing list