diff options
author | Fangrui Song <i@maskray.me> | 2025-06-20 20:06:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-20 20:06:32 -0700 |
commit | 17e8465a3eb0cae48b9f62d27fd26f2b070f1f9b (patch) | |
tree | 00f80558d11aa5805e6d6f290663c6da44e5e6ef /clang/lib/CodeGen/ModuleBuilder.cpp | |
parent | 72979093e79ca905eac7ce951423f8b0f81c28a8 (diff) | |
download | llvm-17e8465a3eb0cae48b9f62d27fd26f2b070f1f9b.zip llvm-17e8465a3eb0cae48b9f62d27fd26f2b070f1f9b.tar.gz llvm-17e8465a3eb0cae48b9f62d27fd26f2b070f1f9b.tar.bz2 |
AArch64: Replace AArch64MCExpr with MCSpecifierExpr
Replace AArch64MCExpr, which encodes expressions with relocation
specifiers, with the new generic MCSpecifierExpr interface, aligning
with other targets by phasing out target-specific XXXMCExpr classes.
Temporarily convert AArch64MCExpr to a namespace to avoid renaming
`AArch64MCExpr::VK_` constants in this PR. A follow-up patch will rename
these to `AArch64::S_` to match the convention used by other targets.
Move helper functions to AArch64MCAsmInfo.h, with the goal of eventually
removing AArch64MCExpr.h.
Pull Request: https://github.com/llvm/llvm-project/pull/144632
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions