This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP] Info about OpenMP Support in Users Manual
ClosedPublic

Authored by ABataev on Aug 19 2015, 7:10 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ABataev updated this revision to Diff 32548.Aug 19 2015, 7:10 AM
ABataev retitled this revision from to [OPENMP] Info about OpenMP Support in Users Manual.
ABataev updated this object.
ABataev added a subscriber: cfe-commits.
hans accepted this revision.Aug 19 2015, 9:55 AM
hans edited edge metadata.

Thanks!

docs/UsersManual.rst
1860 ↗(On Diff #32548)

s/clang/Clang/ to be consistent with the rest of the manual

1877 ↗(On Diff #32548)

s/this options/this option/

This revision is now accepted and ready to land.Aug 19 2015, 9:55 AM
ABataev updated this revision to Diff 32653.Aug 19 2015, 8:32 PM
ABataev edited edge metadata.

Update after review

kkwli0 added inline comments.Aug 20 2015, 7:39 AM
docs/UsersManual.rst
1860 ↗(On Diff #32653)

Clang supports all OpenMP 3.1 directives and clauses. In addition, some features of OpenMP 4.0 are supported. For example, ''#pragma omp simd'', ..., and ''#pragma omp taskgroup'' directives.

1868 ↗(On Diff #32653)

Should it be :option:-fopenmp=libomp?

ABataev updated this revision to Diff 32790.Aug 20 2015, 8:18 PM

Update after review from Kelvin

This revision was automatically updated to reflect the committed changes.