[clang] [llvm] [MC] Drop MCTargetOptions parameter from MCTargetAsmParser (PR #194120)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 25 11:50:08 PDT 2026


MaskRay wrote:

llvm-mca passes a temporary `MCTargetOptions()`, which is incorrect but probably doesn't matter in practice. This change should fix it, therefore dropping `. NFC` from the title.

https://github.com/llvm/llvm-project/pull/194120


More information about the cfe-commits mailing list