[flang] This adds the lowering stubs for Open MP.
authorEric Schweitz <eschweitz@nvidia.com>
Wed, 27 May 2020 21:18:40 +0000 (14:18 -0700)
committerEric Schweitz <eschweitz@nvidia.com>
Mon, 1 Jun 2020 16:11:53 +0000 (09:11 -0700)
commitae6e499d258c24fde433d02793c327367c402d50
treea9f10902352bddc1e75212f61a9bf71cb5d76346
parente132a9c012bab1425e6021a818befd17a73e2b64
[flang] This adds the lowering stubs for Open MP.

The lowering bridge will call these lowering hooks to process the Open
MP directives that it iterates over in the PFT.  This is a mock
interface without an implementation in this patch.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D80815
flang/include/flang/Lower/AbstractConverter.h [new file with mode: 0644]
flang/include/flang/Lower/OpenMP.h [new file with mode: 0644]
flang/lib/Lower/CMakeLists.txt
flang/lib/Lower/OpenMP.cpp [new file with mode: 0644]