Files
llvm-project/llvm/lib/CodeGen/MachineModuleInfo.cpp
Fangrui Song 94a7b67607 [MC] Remove MCTargetOptions parameter from MCContext constructor (#191596)
Now that MCAsmInfo stores the MCTargetOptions pointer (set by
TargetRegistry::createMCAsmInfo #180464), MCContext can retrieve it via
MCAsmInfo. Remove the redundant MCTargetOptions parameter from the
MCContext constructor and update all callers.
2026-04-11 04:50:05 +00:00

7.3 KiB