Quickfix to the refactoring commit: typo in the link flags variable

name.

llvm-svn: 310973
This commit is contained in:
George Karpenkov 2017-08-15 23:22:52 +00:00
parent f26d551387
commit 4c26922662
1 changed files with 1 additions and 1 deletions

View File

@ -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()