mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
e0c0a71531
llvm-lit needs suffix.py for multiprocess to find a main module. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196328 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
202 B
CMake
10 lines
202 B
CMake
if (WIN32 AND NOT CYGWIN)
|
|
# llvm-lit needs suffix.py for multiprocess to find a main module.
|
|
set(suffix .py)
|
|
endif ()
|
|
|
|
configure_file(
|
|
llvm-lit.in
|
|
${LLVM_TOOLS_BINARY_DIR}/llvm-lit${suffix}
|
|
)
|