2013-01-02 12:36:10 +01:00
|
|
|
add_subdirectory(IR)
|
2017-04-13 03:26:12 +02:00
|
|
|
add_subdirectory(Support)
|
[flang][openacc] OpenACC 3.0 parser
Summary:
This patch introduce the parser for OpenACC 3.0 in Flang. It uses the same TableGen mechanism
than OpenMP.
Reviewers: nvdatian, sscalpone, tskeith, klausler, ichoyjx, jdoerfert, DavidTruby
Reviewed By: klausler
Subscribers: MaskRay, SouraVX, mgorny, hiraditya, jfb, sstefan1, llvm-commits
Tags: #llvm, #flang
Differential Revision: https://reviews.llvm.org/D83649
2020-07-14 20:28:34 +02:00
|
|
|
add_subdirectory(Frontend)
|
2008-11-15 01:24:38 +01:00
|
|
|
|
2014-05-21 04:46:14 +02:00
|
|
|
# If we're doing an out-of-tree build, copy a module map for generated
|
|
|
|
# header files into the build area.
|
|
|
|
if (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
|
|
|
|
configure_file(module.modulemap.build module.modulemap COPYONLY)
|
|
|
|
endif (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
|