You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Integrate LLVM at llvm/llvm-project@113f01aa82d0
- Update `clang`, `clang++`, and `lld` from 14 to 20
- Clang 14 doesn't recognize the `-Wno-deprecated-literal-operator`
flag, which is now set by a dependency's build config.
- Update system C++ headers from `g++-12` to `libstdc++-13-dev`
- The older `g++-12` system headers used language features that are now
recognized as deprecated in Clang 20.
- Update `python` from 3.10 to 3.11
- This now matches our minimum officially supported Python version.
- Update `nanobind` from 2.4 to 2.9
- This now matches the version used by LLVM (which also happens to be
the latest stable version).
0 commit comments