aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2022-09-03 22:24:33 -0700
committerVitaly Buka <vitalybuka@google.com>2022-09-06 13:09:31 -0700
commitb4257d3bf58c51ff437c99c7b160023f5fffac78 (patch)
tree83b08d0194ffc40c940fa78397104cb2f2565a14 /lldb/source/Commands/CommandObjectFrame.cpp
parent4a0b18c2cd02f8e3daa47a1cf6dc6d8e4dcbfa31 (diff)
downloadllvm-b4257d3bf58c51ff437c99c7b160023f5fffac78.zip
llvm-b4257d3bf58c51ff437c99c7b160023f5fffac78.tar.gz
llvm-b4257d3bf58c51ff437c99c7b160023f5fffac78.tar.bz2
[tsan] Replace mem intrinsics with calls to interceptors
After https://reviews.llvm.org/rG463aa814182a23 tsan replaces llvm intrinsics with calls to glibc functions. However this approach is fragile, as slight changes in pipeline can return llvm intrinsics back. In particular InstCombine can do that. Msan/Asan already declare own version of these memory functions for the similar purpose. KCSAN, or anything that uses something else than compiler-rt, needs to implement this callbacks. Reviewed By: melver Differential Revision: https://reviews.llvm.org/D133268
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions