commit | bcb584b2636e6acc02aba4c8a8d8b07fac4c537c | [log] [tgz] |
---|---|---|
author | George Karpenkov <ekarpenkov@apple.com> | Tue Aug 15 23:22:52 2017 +0000 |
committer | George Karpenkov <ekarpenkov@apple.com> | Tue Aug 15 23:22:52 2017 +0000 |
tree | f8a0a5ab34f473456e746e4b806907e36f6654bf | |
parent | 38e269e523b107d0d0adee1dd61fa9db554a6bac [diff] [blame] |
Quickfix to the refactoring commit: typo in the link flags variable name. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@310973 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/cmake/Modules/AddCompilerRT.cmake b/cmake/Modules/AddCompilerRT.cmake index 3cb55db..aa6b4a3 100644 --- a/cmake/Modules/AddCompilerRT.cmake +++ b/cmake/Modules/AddCompilerRT.cmake
@@ -324,7 +324,7 @@ SUBDIR ${TEST_SUBDIR} OBJECTS ${${test_objects}} DEPS ${TEST_DEPS} - LINK_FLAGS ${TARGET_LINK_FLAGS} + LINK_FLAGS ${TEST_LINK_FLAGS} ) set("${test_objects}" "${${test_objects}}" PARENT_SCOPE) endfunction()