[qt/clang/llvm]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/clang/llvm Pushed by mirror-service into branch 'upstream/users/arsenm/runtime-libcalls/emitter-allow-multiple-impls'. Changed from 0000000000000000000000000000000000000000 to ca5e13eddddb5da9f1eb27a1b71ed09a4877205e Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit ca5e13eddddb5da9f1eb27a1b71ed09a4877205e by Matt Arsenault on 21/07/2026 at 09:18.. RuntimeLibcalls: Emit all available impls for a libcall, not just one The intent is RuntimeLibcalls should represent all functions that are callable from the module, which may have contextually selectable alternatives. Previously we had this warning since there was no mechanism to select which one you want, and as a workaround the library call sets avoided adding the variants which should nto be selected. Now targets can use initLibcallLoweringInfo, so remove the warning to unblock more libcall cleanups. Eventually initLibcallLoweringInfo should also be tablegen driven. Co-authored-by: Claude (Claude-Opus-4.8) <[email protected]> https://invent.kde.org/qt/clang/llvm/-/commit/ca5e13eddddb5da9f1eb27a1b71ed09a4877205e