[CMake] Fix a typo in add_compiler_rt_library.
authorAlexey Samsonov <vonosmas@gmail.com>
Fri, 26 Feb 2016 20:59:40 +0000 (20:59 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Fri, 26 Feb 2016 20:59:40 +0000 (20:59 +0000)
llvm-svn: 262063

compiler-rt/cmake/Modules/AddCompilerRT.cmake

index 2ed80c0..13b8533 100644 (file)
@@ -196,7 +196,7 @@ function(add_compiler_rt_runtime name type)
     endif()
   endforeach()
   if(LIB_PARENT_TARGET)
-    add_dependencies(${LIB_PARENT_TARGET} ${libname})
+    add_dependencies(${LIB_PARENT_TARGET} ${libnames})
   endif()
 endfunction()