OSDN Git Service

[openmp] Remove OMPConstants.cpp and replace it by OMP.cpp generated by tablegen
authorValentin Clement <clementval@gmail.com>
Sat, 11 Jul 2020 00:11:11 +0000 (20:11 -0400)
committerclementval <clementval@gmail.com>
Sat, 11 Jul 2020 00:11:57 +0000 (20:11 -0400)
commit943660fd15f193dc6961597c25541fee2e01ebbb
tree900534f2cd0076d0d9e014e4d76f4c2b1098213c
parentcd0ea03e6f157e8fb477cd8368b29e1448eeb265
[openmp] Remove OMPConstants.cpp and replace it by OMP.cpp generated by tablegen

Summary:
Diff D83176 moved the last piece of code from OMPConstants.cpp and now this file was only
useful to include the tablegen generated file. This patch replace OMPConstants.cpp with OMP.cpp
generated by tablegen.

Reviewers: sstefan1, jdoerfert, jdenny

Reviewed By: sstefan1

Subscribers: mgorny, yaxunl, hiraditya, guansong, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D83583
llvm/include/llvm/Frontend/Directive/DirectiveBase.td
llvm/include/llvm/Frontend/OpenMP/CMakeLists.txt
llvm/include/llvm/Frontend/OpenMP/OMP.td
llvm/lib/Frontend/OpenMP/CMakeLists.txt
llvm/lib/Frontend/OpenMP/OMPConstants.cpp [deleted file]
llvm/test/TableGen/directive1.td
llvm/test/TableGen/directive2.td
llvm/utils/TableGen/DirectiveEmitter.cpp