forked from OSchip/llvm-project
Quickfix to the refactoring commit: typo in the link flags variable
name. llvm-svn: 310973
This commit is contained in:
parent
f26d551387
commit
4c26922662
|
@ -324,7 +324,7 @@ function(generate_compiler_rt_tests test_objects test_suite testname arch)
|
||||||
SUBDIR ${TEST_SUBDIR}
|
SUBDIR ${TEST_SUBDIR}
|
||||||
OBJECTS ${${test_objects}}
|
OBJECTS ${${test_objects}}
|
||||||
DEPS ${TEST_DEPS}
|
DEPS ${TEST_DEPS}
|
||||||
LINK_FLAGS ${TARGET_LINK_FLAGS}
|
LINK_FLAGS ${TEST_LINK_FLAGS}
|
||||||
)
|
)
|
||||||
set("${test_objects}" "${${test_objects}}" PARENT_SCOPE)
|
set("${test_objects}" "${${test_objects}}" PARENT_SCOPE)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
Loading…
Reference in New Issue