[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/float-abi-1-introduce-module-flag'. Changed from 499daece06a46a27564773a7d3c7c23482f6c369 to 8a2691c52b0e349505a8523800cdbc13f4949bfb 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 119a0fb1642c3d294d055bbe62163ed1e9464541 by Matt Arsenault on 22/07/2026 at 11:09.. PowerPC: Rename "float-abi" module flag to "long-double-type" PPC was emitting a "float-abi" module flag for indicating the type of long double. The "float ABI" naming is already widely taken by soft vs. hard float controls (e.g., the clang flag is called -mfloat-abi), so this shouldn't have taken it. This should also not be PPC specific; x86 has the same problem. Rename the flag to the more specific long-double-type, and add appropriate verification and documentation (which was also missing). Also changes the value names to match the IR type names. Co-authored-by: Claude (Claude-Opus-4.8) <[email protected]> https://invent.kde.org/qt/clang/llvm/-/commit/119a0fb1642c3d294d055bbe62163ed1e9464541 Git commit 8a2691c52b0e349505a8523800cdbc13f4949bfb by Matt Arsenault on 22/07/2026 at 11:09.. IR: Introduce "float-abi" module flag This is intended to eliminate the FloatABIType TargetOptions field. Co-authored-by: Claude (Claude-Opus-4.8) <[email protected]> https://invent.kde.org/qt/clang/llvm/-/commit/8a2691c52b0e349505a8523800cdbc13f4949bfb