mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-18 23:05:00 +00:00
8 lines
252 B
CMake
8 lines
252 B
CMake
set(LLVM_TARGET_DEFINITIONS Intrinsics.td)
|
|
|
|
tablegen(LLVM Intrinsics.gen -gen-intrinsic)
|
|
|
|
add_custom_target(intrinsics_gen ALL
|
|
DEPENDS ${llvm_builded_incs_dir}/IR/Intrinsics.gen)
|
|
set_target_properties(intrinsics_gen PROPERTIES FOLDER "Tablegenning")
|