This is an archive of the discontinued LLVM Phabricator instance.

[docs] Improve help for OpenMP options
ClosedPublic

Authored by Hahnfeld on Feb 2 2018, 3:06 AM.

Details

Summary
  • Add HelpText for -fopenmp so that it appears in clang --help.
  • Hide -fno-openmp-simd, only list the positive option.
  • Hide -fopenmp-relocatable-target and -fopenmp-use-tls from clang --help and from ClangCommandLineReference.
  • Improve MetaVarName for -Xopenmp-target=<...>.

Diff Detail

Repository
rL LLVM

Event Timeline

Hahnfeld created this revision.Feb 2 2018, 3:06 AM
Hahnfeld updated this revision to Diff 132571.Feb 2 2018, 4:33 AM
Hahnfeld edited the summary of this revision. (Show Details)
ABataev accepted this revision.Feb 2 2018, 6:15 AM
  1. Mark this patch as NFC.
  2. LG
This revision is now accepted and ready to land.Feb 2 2018, 6:15 AM
This revision was automatically updated to reflect the committed changes.