Fix the MSVC build again.

llvm-svn: 79186
This commit is contained in:
Benjamin Kramer 2009-08-16 09:44:27 +00:00
parent 3e0998e270
commit ebcc5c8765

View File

@ -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)