[PATCH] D143675: Discussion: Darwin Sanitizers Stable ABI
Roy Sundahl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 16 06:46:08 PDT 2023
rsundahl updated this revision to Diff 522592.
rsundahl added a comment.
Renamed darwin_exclude_symbols.inc asan_abi_tbd.txt.
This file contains the entrypoints that aren't strictly in the interface
between the instrumentation and the runtime but may still be part of a
public API that needs to have a home in Stable ABI. For now we acknowledge
them in the existing ABI and explicitly list them as TBD until we have a
complete story for how the shim deals with them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143675/new/
https://reviews.llvm.org/D143675
Files:
clang/include/clang/Driver/Options.td
clang/include/clang/Driver/SanitizerArgs.h
clang/lib/Driver/SanitizerArgs.cpp
clang/test/Driver/fsanitize-stable-abi.c
compiler-rt/cmake/config-ix.cmake
compiler-rt/docs/ASanABI.rst
compiler-rt/lib/asan_abi/CMakeLists.txt
compiler-rt/lib/asan_abi/asan_abi.cpp
compiler-rt/lib/asan_abi/asan_abi.h
compiler-rt/lib/asan_abi/asan_abi_shim.cpp
compiler-rt/lib/asan_abi/asan_abi_tbd.txt
compiler-rt/test/asan_abi/CMakeLists.txt
compiler-rt/test/asan_abi/TestCases/Darwin/llvm_interface_symbols.cpp
compiler-rt/test/asan_abi/TestCases/linkstaticlibrary.cpp
compiler-rt/test/asan_abi/lit.cfg.py
compiler-rt/test/asan_abi/lit.site.cfg.py.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143675.522592.patch
Type: text/x-patch
Size: 44114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230516/51705f67/attachment-0001.bin>
More information about the cfe-commits
mailing list