[PATCH] D11059: [OPENMP] Info in release notes about OpenMP support in clang.

Hans Wennborg hans at chromium.org
Wed Jul 22 15:56:30 PDT 2015


hans added a subscriber: hans.
hans added a comment.

Can the note include a link to the documentation describing how to use OpenMP with Clang?

And speaking of that, what is the situation there? As far as I understand, the "switching CLANG_DEFAULT_OPENMP_RUNTIME to libomp" discussion is still not resolved. Does -fopenmp work out of the box now? -fopenmp=libomp? Where is the user supposed to get the runtime lib from? It's not currently part of the pre-built binaries that ship as part of the release.


================
Comment at: docs/ReleaseNotes.rst:121
@@ +120,3 @@
+OpenMP 3.1 is now fully supported and reported to work on several platforms,
+including x86, x86-64 and Power.
+
----------------
Nit: "Now fully supported" and "reported to work on several platforms" reads slightly contradictory to me.


http://reviews.llvm.org/D11059







More information about the cfe-commits mailing list