mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
9 lines
250 B
CMake
9 lines
250 B
CMake
|
set(LLVM_TARGET_DEFINITIONS Intrinsics.td)
|
||
|
|
||
|
tablegen(Intrinsics.gen -gen-intrinsic)
|
||
|
|
||
|
add_custom_target(intrinsics_gen ALL
|
||
|
DEPENDS ${llvm_builded_incs_dir}/Intrinsics.gen)
|
||
|
|
||
|
set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} intrinsics_gen PARENT_SCOPE)
|