[PATCH] D12152: [OPENMP] Info about OpenMP Support in Users Manual

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 09:55:47 PDT 2015


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

Thanks!


================
Comment at: docs/UsersManual.rst:1860
@@ +1859,3 @@
+
+clang fully implements all of standard OpenMP 3.1 directives and clauses + some
+features of OpenMP 4.0, including ``#pragma omp simd``,
----------------
s/clang/Clang/ to be consistent with the rest of the manual

================
Comment at: docs/UsersManual.rst:1877
@@ +1876,3 @@
+ Controls code generation for OpenMP threadprivate variables. In presence of
+ this options all threadprivate variables are generated the same way as thread
+ local variables, using TLS support. If :option:`-fno-openmp-use-tls`
----------------
s/this options/this option/


http://reviews.llvm.org/D12152





More information about the cfe-commits mailing list