1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[cmake] Fix a variable shadowing bug

llvm-svn: 313331
This commit is contained in:
Reid Kleckner 2017-09-15 01:18:46 +00:00
parent 4ae1df5b81
commit 96e5ac119a

View File

@ -1193,6 +1193,7 @@ function(add_lit_target target comment)
list(APPEND LIT_ARGS --param build_mode=${CMAKE_CFG_INTDIR})
endif ()
set(suffix "")
if (WIN32 AND NOT CYGWIN)
# llvm-lit needs suffix.py for multiprocess to find a main module.
set(suffix .py)