[PATCH] D156286: [docs] Bump minimum GCC version to 7.4
Piotr Zegar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 13:19:24 PDT 2023
PiotrZSL added inline comments.
================
Comment at: llvm/docs/GettingStarted.rst:345
* Apple Clang 10.0
-* GCC 7.1
+* GCC 7.4
* Visual Studio 2019 16.7
----------------
What about Glibc version ?
I were using GCC 9.1 + glibc 2.13 + some old kernel to compile Clang 15, after upgrading to Clang 16 I had to upgrade to kernel 3.11 and glibc 2.17 due to missing (I think) aligned_alloc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156286/new/
https://reviews.llvm.org/D156286
More information about the llvm-commits
mailing list