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:
parent
4ae1df5b81
commit
96e5ac119a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user