1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/include/llvm/IR/CMakeLists.txt

7 lines
216 B
CMake
Raw Normal View History

set(LLVM_TARGET_DEFINITIONS Attributes.td)
tablegen(LLVM Attributes.gen -gen-attrs)
set(LLVM_TARGET_DEFINITIONS Intrinsics.td)
tablegen(LLVM Intrinsics.gen -gen-intrinsic)
add_public_tablegen_target(intrinsics_gen)