Announcement

Collapse
No announcement yet.

LLVM 5.0 Released With C++17 Support, Ryzen Scheduler, AMDGPU Vega & Much More

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

  • LLVM 5.0 Released With C++17 Support, Ryzen Scheduler, AMDGPU Vega & Much More

    Phoronix: LLVM 5.0 Released With C++17 Support, Ryzen Scheduler, AMDGPU Vega & Much More

    After delays pushed its release back by about one month, LLVM 5.0 was just released a few minutes ago along with its associated sub-projects like the Clang 5.0 C/C++ compiler...

    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
    I think you mean C++98 and C++14 instead of GNU++98 and GNU++14.

    Comment


    • #3
      Originally posted by AndyChow View Post
      I think you mean C++98 and C++14 instead of GNU++98 and GNU++14.
      Release Notes:
      • We expect this to be the last Clang release that defaults to -std=gnu++98 when using the GCC-compatible clang++ driver. From Clang 6 onwards we expect to use -std=gnu++14 or a later standard by default, to match the behavior of recent GCC releases. Users are encouraged to change their build files to explicitly specify their desired C++ standard.
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #4
        Originally posted by Michael View Post

        Release Notes:
        Wait.

        defaulting to GNU++98 as its C standard
        Did you mean C++ standard?

        Comment


        • #5
          It's this stuff here I think...

          Comment

          Working...
          X