[llvm-branch-commits] [llvm] MSP430: Partially move runtime libcall config out of TargetLowering (PR #142709)

Anton Korobeynikov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jun 8 19:59:16 PDT 2025


asl wrote:

> RuntimeLibcalls needs to be correct outside of codegen contexts.

Sorry, I somehow missed this PR. Looks like we're propagating some target-specific things into generic codegen context. Is this something desired? Should there be some target-hooks for this instead somehow?

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


More information about the llvm-branch-commits mailing list