mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 02:34:48 +00:00
Fix the MSVC build again.
llvm-svn: 79186
This commit is contained in:
parent
3e0998e270
commit
ebcc5c8765
@ -17,7 +17,7 @@ macro(add_llvm_library name)
|
||||
# generation is triggered by the main LLVM target library. Necessary
|
||||
# for parallel builds:
|
||||
if( CURRENT_LLVM_TARGET )
|
||||
add_dependencies(${name} LLVM${CURRENT_LLVM_TARGET})
|
||||
add_dependencies(${name} ${CURRENT_LLVM_TARGET})
|
||||
endif()
|
||||
endmacro(add_llvm_library name)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user