commit | 2eff7f788a9e4d71044fcd73c6b391ca31689361 | [log] [tgz] |
---|---|---|
author | Alexey Samsonov <vonosmas@gmail.com> | Fri Feb 26 20:59:40 2016 +0000 |
committer | Alexey Samsonov <vonosmas@gmail.com> | Fri Feb 26 20:59:40 2016 +0000 |
tree | b9c86fd35e79e6d075e2cb206ae49b00c7c43353 | |
parent | 51488ed2d5139826133c06788abe73d9fd75218c [diff] [blame] |
[CMake] Fix a typo in add_compiler_rt_library. llvm-svn: 262063
diff --git a/compiler-rt/cmake/Modules/AddCompilerRT.cmake b/compiler-rt/cmake/Modules/AddCompilerRT.cmake index 2ed80c0..13b85338 100644 --- a/compiler-rt/cmake/Modules/AddCompilerRT.cmake +++ b/compiler-rt/cmake/Modules/AddCompilerRT.cmake
@@ -196,7 +196,7 @@ endif() endforeach() if(LIB_PARENT_TARGET) - add_dependencies(${LIB_PARENT_TARGET} ${libname}) + add_dependencies(${LIB_PARENT_TARGET} ${libnames}) endif() endfunction()