forked from OSchip/llvm-project
parent
0a2016471d
commit
d5831d3563
|
@ -1193,6 +1193,7 @@ function(add_lit_target target comment)
|
||||||
list(APPEND LIT_ARGS --param build_mode=${CMAKE_CFG_INTDIR})
|
list(APPEND LIT_ARGS --param build_mode=${CMAKE_CFG_INTDIR})
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
set(suffix "")
|
||||||
if (WIN32 AND NOT CYGWIN)
|
if (WIN32 AND NOT CYGWIN)
|
||||||
# llvm-lit needs suffix.py for multiprocess to find a main module.
|
# llvm-lit needs suffix.py for multiprocess to find a main module.
|
||||||
set(suffix .py)
|
set(suffix .py)
|
||||||
|
|
Loading…
Reference in New Issue