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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Frontend/OpenMP/CMakeLists.txt | ||
---|---|---|
3 | The reason to have renamed OMP.cpp.inc to OMP.cpp is that now it is directly source of a library and the name OMP.cpp.inc will be used to generated code pieces that have to be included in clang/flang. |
The reason to have renamed OMP.cpp.inc to OMP.cpp is that now it is directly source of a library and the name OMP.cpp.inc will be used to generated code pieces that have to be included in clang/flang.