| commit | 0209e76fe6440bc45a9ed61b9671d9593db10957 | [log] [tgz] |
|---|---|---|
| author | David Spickett <david.spickett@linaro.org> | Mon Jul 28 16:40:00 2025 +0100 |
| committer | GitHub <noreply@github.com> | Mon Jul 28 16:40:00 2025 +0100 |
| tree | 905ecb1ff2c13a1bf59236f2c81a5c4f87c085e7 | |
| parent | 819f020b282f42e5ed45d8d8325cbb94ba48ef7a [diff] |
[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.
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.