Skip to content

Commit

Permalink
[cmake] fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenneuendorffer committed May 14, 2020
1 parent 4f4b5b9 commit 6701993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/cmake/modules/AddLLVM.cmake
Expand Up @@ -489,7 +489,7 @@ function(llvm_add_library name)
add_dependencies(${obj_name} ${link_lib})
endif()
else()
add_dependencies(${obj_name} ${link_libs})
add_dependencies(${obj_name} ${link_lib})
endif()
endforeach()
endif()
Expand Down

0 comments on commit 6701993

Please sign in to comment.