mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
56c6ad68a8
llvm-svn: 253822
7 lines
216 B
CMake
7 lines
216 B
CMake
set(LLVM_TARGET_DEFINITIONS Attributes.td)
|
|
tablegen(LLVM Attributes.inc -gen-attrs)
|
|
|
|
set(LLVM_TARGET_DEFINITIONS Intrinsics.td)
|
|
tablegen(LLVM Intrinsics.gen -gen-intrinsic)
|
|
add_public_tablegen_target(intrinsics_gen)
|