[PR #8] [MERGED] More C++20 fixes #6

Closed
opened 2026-02-18 19:21:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/llvm-mirror/pull/8
Author: @xddxd
Created: 4/18/2021
Status: Merged
Merged: 4/18/2021
Merged by: @undefined

Base: masterHead: appleclang


📝 Commits (1)

📊 Changes

5 files changed (+24 additions, -12 deletions)

View changed files

📝 include/llvm/ADT/DenseSet.h (+12 -4)
📝 include/llvm/CodeGen/LiveInterval.h (+2 -2)
📝 include/llvm/ProfileData/InstrProfReader.h (+6 -2)
📝 include/llvm/Support/SuffixTree.h (+2 -2)
📝 lib/Transforms/Scalar/GVNHoist.cpp (+2 -2)

📄 Description

More C++20 fixes from LLVM upstream, allows AppleClang to build LLVM.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/llvm-mirror/pull/8 **Author:** [@xddxd](https://github.com/xddxd) **Created:** 4/18/2021 **Status:** ✅ Merged **Merged:** 4/18/2021 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `appleclang` --- ### 📝 Commits (1) - [`940c517`](https://github.com/RPCS3/llvm-mirror/commit/940c5174af8b12d0105d4fa4999ea07391690d00) More C++20 fixes ### 📊 Changes **5 files changed** (+24 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `include/llvm/ADT/DenseSet.h` (+12 -4) 📝 `include/llvm/CodeGen/LiveInterval.h` (+2 -2) 📝 `include/llvm/ProfileData/InstrProfReader.h` (+6 -2) 📝 `include/llvm/Support/SuffixTree.h` (+2 -2) 📝 `lib/Transforms/Scalar/GVNHoist.cpp` (+2 -2) </details> ### 📄 Description More C++20 fixes from LLVM upstream, allows AppleClang to build LLVM. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-18 19:21:07 -05:00
yindo closed this issue 2026-02-18 19:21:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/llvm-mirror#6