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