diff options
author | Julian Lettner <jlettner@apple.com> | 2019-08-28 20:40:55 +0000 |
---|---|---|
committer | Julian Lettner <jlettner@apple.com> | 2019-08-28 20:40:55 +0000 |
commit | 3ae9b9d5e40d1d9bdea1fd8e6fca322df920754a (patch) | |
tree | ed789da9efba2d2d92d11801eee51396f32dae44 /lldb/packages/Python/lldbsuite/test | |
parent | f025968bccde3c10b1245a9619b01c13b7e2caf9 (diff) | |
download | bcm5719-llvm-3ae9b9d5e40d1d9bdea1fd8e6fca322df920754a.tar.gz bcm5719-llvm-3ae9b9d5e40d1d9bdea1fd8e6fca322df920754a.zip |
[ASan] Make insertion of version mismatch guard configurable
By default ASan calls a versioned function
`__asan_version_mismatch_check_vXXX` from the ASan module constructor to
check that the compiler ABI version and runtime ABI version are
compatible. This ensures that we get a predictable linker error instead
of hard-to-debug runtime errors.
Sometimes, however, we want to skip this safety guard. This new command
line option allows us to do just that.
rdar://47891956
Reviewed By: kubamracek
Differential Revision: https://reviews.llvm.org/D66826
llvm-svn: 370258
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions