Files
clang-p2996/llvm/test/MC/X86
Fangrui Song 6c2aa37fb1 MCAsmStreamer: Print symbol equated to a register
GNU Assembler supports `a = %eax` for x86. We use X86MCExpr to support a
register expression. https://reviews.llvm.org/D47545 added reassignment
support but this code is not necessary.
2025-06-28 18:07:43 -07:00
..