llvm-project/llvm/utils/count/CMakeLists.txt
Abhina Sree ab380c287a
[SystemZ][z/OS] Complete EBCDIC I/O support (#75212)
This patch completes the support for EBCDIC I/O support on z/OS using the autoconversion functions.
2023-12-13 07:46:02 -05:00

8 lines
75 B
CMake

set(LLVM_LINK_COMPONENTS
support
)
add_llvm_utility(count
count.c
)