Announcement

Collapse
No announcement yet.

LLVM 3.7 Release Candidate 2

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

  • LLVM 3.7 Release Candidate 2

    Phoronix: LLVM 3.7 Release Candidate 2

    Hans Wennborg has announced the second release candidate for the upcoming LLVM 3.7 release...

    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
    http://llvm.org/apt/ doesn't seem to carry RC2 (nor any other llvm-3.7 snapshot) :-(

    Comment


    • #3
      hagda, it is possible to use these with Oibaf PPA to obtain OpenGL4.1?
      Last edited by M@GOid; 12 August 2015, 04:19 PM.

      Comment


      • #4
        Originally posted by hagda View Post
        http://llvm.org/apt/ doesn't seem to carry RC2 (nor any other llvm-3.7 snapshot) :-(
        You have rc2 in Debian Sid

        hagda, it is possible to use these with Oibaf PPA to obtain OpenGL4.1?
        It is possible if you rebuild mesa against that version of llvm, just installing does not help... those are packages which many reuses oibaf too, snapshots from llvm.org/apt or those RCs from Debian.

        Comment


        • #5
          Note that the clang 3.7.0 release will not default to the new libomp OpenMP library support but continue to default to the non-functional libgomp support with -fopenmp. If you want to test the new libomp support, you either have to pass -fopenmp=libomp rather than -fopenmp or modify the cfe default from libgomp to libomp by changing...

          set(CLANG_DEFAULT_OPENMP_RUNTIME "libgomp" CACHE STRING

          in cfe/CMakeLists.txt to


          set(CLANG_DEFAULT_OPENMP_RUNTIME "libomp" CACHE STRING

          Comment

          Working...
          X