Files
clang-p2996/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp
Fangrui Song e94a00c3b8 [MC] Use a stub ctor for MCAsmLayout
and replace MCAssembler::Layout with a bool.
This mostly completes "[MC] Start merging MCAsmLayout into MCAssembler".

Note: BOLT used a dummy `MCAsmLayout` to call `getSymbolOffset`, which
is technically not supported. There is some discussion in
https://reviews.llvm.org/D154604 .

The revert f80a4072ce is incorrect and
actually broke bots.
2024-07-02 10:10:31 -07:00

5.9 KiB