Announcement

Collapse
No announcement yet.

LLVM 9.0-RC2 Released While LLVM 10 Switches To C++14

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • LLVM 9.0-RC2 Released While LLVM 10 Switches To C++14

    Phoronix: LLVM 9.0-RC2 Released While LLVM 10 Switches To C++14

    LLVM 9.0 Release Candidate 2 is now available for testing while LLVM 10.0 has switched its code-base over to supporting C++14...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    more modern implementation language is a competitive advantage (hint to gcc devs)

    Comment


    • #3
      Originally posted by pal666 View Post
      more modern implementation language is a competitive advantage (hint to gcc devs)
      GCC uses C++ as well. From GCC 6.1 C++14 is the default

      Comment


      • #4
        Originally posted by RahulSundaram View Post
        GCC uses C++ as well. From GCC 6.1 C++14 is the default
        default as in -std=, while i (and article) was talking about allowed features usage in gcc codebase. gcc requires c++98 compiler ( https://gcc.gnu.org/install/prerequisites.html )

        Comment

        Working...
        X