diff options
author | Tacet <advenam.tacet@gmail.com> | 2024-08-05 21:01:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-05 21:01:40 +0200 |
commit | f1fd9d716decf3513c8ae54df1d60462eb878fb5 (patch) | |
tree | a625c9dd6a63c8d4bea57b35f4b8ac65b5403c08 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 8866fa15de2cf17bae3fe0b273d6b51daa9e37fd (diff) | |
download | llvm-f1fd9d716decf3513c8ae54df1d60462eb878fb5.zip llvm-f1fd9d716decf3513c8ae54df1d60462eb878fb5.tar.gz llvm-f1fd9d716decf3513c8ae54df1d60462eb878fb5.tar.bz2 |
[compiler-rt][ASan] Remove alignment message in ASan error reporting (#94103)
This commit removes unnecessary alignment check and message in ASan
error reporting functions (like
`ErrorBadParamsToAnnotateContiguousContainer::Print()`), as alignment is
no longer required starting from LLVM 16.
Without that commit, this message can be observed only when arguments
are truly incorrect and `beg` is unaligned. Just unaligned `beg` does
not result in any message being printed.
Related commits:
-
https://github.com/llvm/llvm-project/commit/dd1b7b797a116eed588fd752fbe61d34deeb24e4
-
https://github.com/llvm/llvm-project/commit/1c5ad6d2c01294a0decde43a88e9c27d7437d157
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions