|
|
Subscribe / Log in / New account

LLVM 16.0.0 released

Version 16.0.0 of the LLVM compiler suite has been released. As usual, the list of changes is long; see the specific release notes for LLVM, Clang, Libc++, and others linked from the announcement.

(Log in to post comments)

LLVM 16.0.0 released

Posted Mar 19, 2023 16:59 UTC (Sun) by khem (guest, #123151) [Link]

overall looks a good release. Pay attention to breaking changes especially -Wimplicit-function-declaration and -Wimplicit-int warnings defaulting to an error as well as -Wincompatible-function-pointer-types https://releases.llvm.org/16.0.0/tools/clang/docs/Release..., this could happen in configure scripts

LLVM 16.0.0 released

Posted Mar 19, 2023 23:40 UTC (Sun) by geofft (subscriber, #59789) [Link]

Is there a good way to test for the configure script problem, in general? Maybe diff config.h with the old and new compiler versions?

LLVM 16.0.0 released

Posted Mar 20, 2023 6:14 UTC (Mon) by khem (guest, #123151) [Link]

yes that would work also look/compare config.log for details of errors as well.


Copyright © 2023, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds