[Lldb-commits] [lldb] [llvm] [MC] Move MCTargetOptions pointer from MCContext to MCAsmInfo (PR #180464)
Fangrui Song via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 12 22:48:38 PDT 2026
MaskRay wrote:
Friendly ping :) While I understand that the interface is still not very appealing, I think we should move forward to prevent one significant issue - nullable MCTargetOptions. I hope we don't introduce new `if MCTargetOptions is not provided, do XXX` cases (e.g. https://github.com/llvm/llvm-project/pull/174508)
https://github.com/llvm/llvm-project/pull/180464
More information about the lldb-commits
mailing list