5 lines
161 B
CMake
5 lines
161 B
CMake
|
set(LLVM_TARGET_DEFINITIONS OMP.td)
|
||
|
tablegen(LLVM OMP.h.inc --gen-directive-decl)
|
||
|
tablegen(LLVM OMP.inc --gen-directive-gen)
|
||
|
add_public_tablegen_target(omp_gen)
|