This is an archive of the discontinued LLVM Phabricator instance.

[flang][openmp] Fix bug in `OmpClause::Hint` clause which was missing to generate inside in OMP.cpp.inc file.
ClosedPublic

Authored by sameeranjoshi on Nov 21 2020, 2:31 AM.

Details

Summary

Before this patch "Hint" isn't found inside the generated file.
./bin/llvm-tblgen --gen-directive-gen ../llvm-project/llvm/include/llvm/Frontend/OpenMP/OMP.td -I ../llvm-project/llvm/include/ > OMP.cpp.in

Diff Detail

Event Timeline

sameeranjoshi created this revision.Nov 21 2020, 2:31 AM
Herald added a project: Restricted Project. · View Herald Transcript
sameeranjoshi requested review of this revision.Nov 21 2020, 2:31 AM
sameeranjoshi added a project: Restricted Project.Nov 21 2020, 2:33 AM
clementval accepted this revision.Nov 21 2020, 3:55 AM
This revision is now accepted and ready to land.Nov 21 2020, 3:55 AM
This revision was landed with ongoing or failed builds.Nov 21 2020, 5:33 AM
This revision was automatically updated to reflect the committed changes.