[PATCH] D60275: [RFC] IR extensions for annotating directive region entry/exit with a set of OpBundle name definitions for OpenMP
Xinmin Tian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 9 19:48:45 PDT 2019
xtian added inline comments.
================
Comment at: llvm/include/llvm/IR/CMakeLists.txt:9-11
+set(LLVM_TARGET_DEFINITIONS Intel_Directives.td)
+tablegen(LLVM Intel_Directives.gen -gen-directives)
+add_public_tablegen_target(intel_directives_gen)
----------------
lebedev.ri wrote:
> tabulate
The top level cMakeLists.txt is not included in this patch. At top-level cMakeLists.txt, we have below.
SET(INTEL_COLLAB ON)
SET(CMAKE_CXX_FLAGS "$(CMAKE_CXX_FLAGS) -DINREL_COLLAB=1")
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60275/new/
https://reviews.llvm.org/D60275
More information about the llvm-commits
mailing list