blob: 607434dd950a74b302e3116c2b7940535522083f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
add_llvm_component_library(LLVMSystemZDisassembler
SystemZDisassembler.cpp
LINK_COMPONENTS
MC
MCDisassembler
Support
SystemZDesc
SystemZInfo
ADD_TO_COMPONENT
SystemZ
)
|