mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 20:46:05 +00:00

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
|
|
)
|