[all-commits] [llvm/llvm-project] 42ecf1: [flang][openmp] Fix bug in `OmpClause::Hint` claus...
sameeranjoshi via All-commits
all-commits at lists.llvm.org
Sat Nov 21 05:37:25 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 42ecf188b5ae1199d5b7405c521a3e72f80e7e94
https://github.com/llvm/llvm-project/commit/42ecf188b5ae1199d5b7405c521a3e72f80e7e94
Author: sameeran joshi <sameeranjayant.joshi at amd.com>
Date: 2020-11-21 (Sat, 21 Nov 2020)
Changed paths:
M flang/lib/Parser/openmp-parsers.cpp
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[flang][openmp] Fix bug in `OmpClause::Hint` clause which was missing to generate inside in OMP.cpp.inc file.
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
Reviewed By: clementval
Differential Revision: https://reviews.llvm.org/D91909
More information about the All-commits
mailing list