mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
f433e1181a
All of the other tablegen'd include files are named .gen, so it's best to be consistent. llvm-svn: 282680
7 lines
216 B
CMake
7 lines
216 B
CMake
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)
|