mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
14 lines
212 B
CMake
14 lines
212 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Option
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
set(LLVM_TARGET_DEFINITIONS Opts.td)
|
||
|
|
||
|
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
|
||
|
add_public_tablegen_target(MtTableGen)
|
||
|
|
||
|
add_llvm_tool(llvm-mt
|
||
|
llvm-mt.cpp
|
||
|
)
|