[all-commits] [llvm/llvm-project] 7cabb5: [Darwin][StableABI][ASan] Remove version mismatch ...
thetruestblue via All-commits
all-commits at lists.llvm.org
Thu Aug 24 13:12:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cabb54f3867867451368ce72928f76cf38831cb
https://github.com/llvm/llvm-project/commit/7cabb54f3867867451368ce72928f76cf38831cb
Author: Blue Gaston <bgaston2 at apple.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M clang/lib/Driver/SanitizerArgs.cpp
M compiler-rt/lib/asan_abi/asan_abi_shim.cpp
M compiler-rt/test/asan_abi/TestCases/Darwin/llvm_interface_symbols.cpp
Log Message:
-----------
[Darwin][StableABI][ASan] Remove version mismatch check from stable abi shim
By its nature the stable abi does not require a version check symbol.
This patch sets -asan-guard-against-version-mismatch=0 for stable abi.
And updates tests to reflect this
rdar://114208627
Differential Revision: https://reviews.llvm.org/D158570
More information about the All-commits
mailing list