This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Add helper text to fopenmp_version_EQ to make it show in help menu
ClosedPublic

Authored by tianshilei1992 on Dec 18 2021, 6:36 PM.

Details

Summary

For now if we check clang --help, it doesn't show -fopenmp-version. This option
should be visible to users. In addition, it is not set to hidden in
clang/include/clang/Driver/Options.td as well. The reason it doesn't show is
there is no corresponding helper text. This patch simply adds it.

Diff Detail

Event Timeline

tianshilei1992 created this revision.Dec 18 2021, 6:36 PM
tianshilei1992 requested review of this revision.Dec 18 2021, 6:36 PM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Dec 19 2021, 10:06 AM
This revision was landed with ongoing or failed builds.Dec 19 2021, 7:07 PM
This revision was automatically updated to reflect the committed changes.