diff options
author | Marco Elver <elver@google.com> | 2025-10-07 20:22:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-07 20:22:25 +0200 |
commit | 0cee4db636ae802e6d2ecf2e53c4538f3354736e (patch) | |
tree | 083571b30913d4586fad6318853c594b020415f8 /llvm/unittests/CodeGen/MachineBasicBlockTest.cpp | |
parent | 93f2e0a4433f5f7ede3aeccda0a44c8482c3022d (diff) | |
download | llvm-0cee4db636ae802e6d2ecf2e53c4538f3354736e.zip llvm-0cee4db636ae802e6d2ecf2e53c4538f3354736e.tar.gz llvm-0cee4db636ae802e6d2ecf2e53c4538f3354736e.tar.bz2 |
[Clang][CodeGen] Introduce the AllocToken SanitizerKind (#162098)
Introduce the "alloc-token" sanitizer kind, in preparation of wiring it
up. Currently this is a no-op, and any attempt to enable it will result
in failure:
clang: error: unsupported option '-fsanitize=alloc-token' for target
'x86_64-unknown-linux-gnu'
In this step we can already wire up the `sanitize_alloc_token` IR
attribute where the instrumentation is enabled. Subsequent changes will
complete wiring up the AllocToken pass.
---
This change is part of the following series:
1. https://github.com/llvm/llvm-project/pull/160131
2. https://github.com/llvm/llvm-project/pull/156838
3. https://github.com/llvm/llvm-project/pull/162098
4. https://github.com/llvm/llvm-project/pull/162099
5. https://github.com/llvm/llvm-project/pull/156839
6. https://github.com/llvm/llvm-project/pull/156840
7. https://github.com/llvm/llvm-project/pull/156841
8. https://github.com/llvm/llvm-project/pull/156842
Diffstat (limited to 'llvm/unittests/CodeGen/MachineBasicBlockTest.cpp')
0 files changed, 0 insertions, 0 deletions