diff options
author | David Spickett <david.spickett@linaro.org> | 2025-07-28 16:40:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-28 16:40:00 +0100 |
commit | 0209e76fe6440bc45a9ed61b9671d9593db10957 (patch) | |
tree | 905ecb1ff2c13a1bf59236f2c81a5c4f87c085e7 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 819f020b282f42e5ed45d8d8325cbb94ba48ef7a (diff) | |
download | llvm-0209e76fe6440bc45a9ed61b9671d9593db10957.zip llvm-0209e76fe6440bc45a9ed61b9671d9593db10957.tar.gz llvm-0209e76fe6440bc45a9ed61b9671d9593db10957.tar.bz2 |
[lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033)
This controls whether tag checking is performed for loads and
stores, or stores only.
It requires a specific architecture feature which we detect
with a HWCAP3 and cpuinfo feature.
Live process tests look for this and adjust expectations
accordingly, core file tests are using an updated file with
this feature enabled.
The size of the core file has increased and there's nothing
I can do about that. Could be the presence of new architecure
features or kernel changes since I last generated them.
I can generate a smaller file that has the tag segment,
but that segment does not actually contain tag data. So
that's no use.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions