blob: 585753427ac4b59a16582141ab9c721a6a33468f [file] [log] [blame]
NAKAMURA Takumi3e32a0f2013-12-03 23:22:18 +00001if (WIN32 AND NOT CYGWIN)
2 # llvm-lit needs suffix.py for multiprocess to find a main module.
3 set(suffix .py)
4endif ()
5
Michael J. Spencer885611b2010-09-13 17:52:38 +00006configure_file(
7 llvm-lit.in
NAKAMURA Takumi3e32a0f2013-12-03 23:22:18 +00008 ${LLVM_TOOLS_BINARY_DIR}/llvm-lit${suffix}
Michael J. Spencer885611b2010-09-13 17:52:38 +00009 )