This makes sure we have support for MTE instructions.
Later the check can be extended to support MTE on other compilers.
Details
Details
- Reviewers
- pcc 
- Commits
- rGdb4c25822a1d: [scudo] Check if we use __clang_major__ >= 12
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| compiler-rt/lib/scudo/standalone/memtag.h | ||
|---|---|---|
| 58 | Don't you also need it here? | |
Comment Actions
LGTM
| compiler-rt/lib/scudo/standalone/memtag.h | ||
|---|---|---|
| 21 | #if (__clang_major__ >= 12 && defined(__aarch64__)) || defined(SCUDO_FUZZ) | |
#if (__clang_major__ >= 12 && defined(__aarch64__)) || defined(SCUDO_FUZZ)