summaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2017-08-15 23:22:52 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2017-08-15 23:22:52 +0000
commitbcb584b2636e6acc02aba4c8a8d8b07fac4c537c (patch)
treef8a0a5ab34f473456e746e4b806907e36f6654bf /cmake/Modules
parent38e269e523b107d0d0adee1dd61fa9db554a6bac (diff)
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
Diffstat (limited to 'cmake/Modules')
-rw-r--r--cmake/Modules/AddCompilerRT.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/AddCompilerRT.cmake b/cmake/Modules/AddCompilerRT.cmake
index 3cb55db13..aa6b4a30d 100644
--- a/cmake/Modules/AddCompilerRT.cmake
+++ b/cmake/Modules/AddCompilerRT.cmake
@@ -324,7 +324,7 @@ function(generate_compiler_rt_tests test_objects test_suite testname arch)
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()