summaryrefslogtreecommitdiff
path: root/openmp/docs/CommandLineArgumentReference.rst
AgeCommit message (Collapse)Author
2023-08-28[OpenMP] Change OpenMP default version in documentation and help text for ↵Anton Rydahl
-fopenmp-version As discussed on the weekly OpenMP meeting on the second of August 2023, the default version in the OpenMP documentation shoud be changed from OpenMP 5.0 to 5.1. Differential Revision: https://reviews.llvm.org/D156901
2023-08-18Fx typos in documentationKazu Hirata
2023-07-29[OpenMP][Docs] Added offloading command line reference to OpenMP FAQAnton Rydahl
This command adds an OpenMP offloading specific command line reference. The OpenMP FAQ links to the .rst new file. Reviewed By: jhuber6 Differential Revision: https://reviews.llvm.org/D156387