diff options
author | Konstantin Varlamov <varconsteq@gmail.com> | 2025-07-31 02:52:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-31 02:52:17 -0700 |
commit | 4ef92469ab341ac1bee39a9413ffaa845e307414 (patch) | |
tree | da5da40adf1f66cd5a319a501d3bf5e2d3cafade /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | 6540c93aa991dbc2b09cc5395493dadd7181551e (diff) | |
download | llvm-4ef92469ab341ac1bee39a9413ffaa845e307414.zip llvm-4ef92469ab341ac1bee39a9413ffaa845e307414.tar.gz llvm-4ef92469ab341ac1bee39a9413ffaa845e307414.tar.bz2 |
[libc++][hardening] Add a greppable prefix to assertion messages. (#150560)
The current assertion failure messages produced by Hardening are not
very grep-friendly (the common part is rarther generic and requires
wildcards to match). While it's possible to use `__FILE__` for grepping,
it's easier and more straighforward to simply add a libc++-specific
prefix; this is especially important for the planned `observe` mode that
might produce many assertion failure messages over the course of the
program's execution that later need to be filtered and examined.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions