|
|
Log in / Subscribe / Register

LLVM 11.0.0 released

Version 11.0.0 of the LLVM compiler suite is out. Significant change include the addition of a Fortran frontend and a lot more; see the collection of release-note sets in the announcement for details.

to post comments

LLVM 11.0.0 released

Posted Oct 12, 2020 17:04 UTC (Mon) by khim (subscriber, #9252) [Link]

Note that fortran frontend is not a compiler: By default, Flang will parse the Fortran file hello.f90 then unparse it to a canonical Fortran source file. Flang will then invoke an external Fortran compiler to compile this source file and link it, placing the resulting executable in hello.bin.

But that's big step in that direction.

LLVM 11.0.0 released

Posted Oct 13, 2020 9:00 UTC (Tue) by ragnar (guest, #139237) [Link] (1 responses)

The libc++ release notes is empty for me. What's up with that?

https://releases.llvm.org/11.0.0/projects/libcxx/docs/Rel...

LLVM 11.0.0 released

Posted Oct 13, 2020 9:34 UTC (Tue) by magfr (subscriber, #16052) [Link]

For me they are very brief, consisting only of the name of the header <numbers>.

LLVM 11.0.0 released

Posted Oct 13, 2020 14:53 UTC (Tue) by bredelings (subscriber, #53082) [Link]

I'm not seeing anything in the release notes about C++20 status.

Consistent with that, the c++ status table for clang has almost nothing implemented in clang 11.

* https://clang.llvm.org/cxx_status.html

Maybe c++20 will be a big push for clang 12.


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