MaskRay 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
----------------
PiotrZSL wrote:
> 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.
glibc support is worth its own discussion. glibc 2.13 was released in 2011. 
It's possible that no others has actively used this old version.

I think 2.19 has been tested and should work, but I am unclear about the 
support of older releases.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156286/new/

https://reviews.llvm.org/D156286

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to