[clang] [flang] [llvm] [mlir] [TargetRegistry] Accept Triple in createTargetMachine() (NFC) (PR #130940)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 27 11:08:23 PDT 2025
boomanaiden154 wrote:
> It's fine to drop them now. This deprecation is already part of the LLVM 21 release, so no need to wait another one. (Generally, deprecations are mostly a courtesy for LLVM users that follow main, so they can don't need to be long-lived. We mostly just forget to actually remove them...)
Ack. I can put up a patch to remove them. Give me like a week to migrate the ~100 or so callsites that are still left internally so we don't get swamped with all the build failures at once.
https://github.com/llvm/llvm-project/pull/130940
More information about the llvm-commits
mailing list