
This patch completes the support for EBCDIC I/O support on z/OS using the autoconversion functions.
8 lines
75 B
CMake
8 lines
75 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
support
|
|
)
|
|
|
|
add_llvm_utility(count
|
|
count.c
|
|
)
|