[compiler-rt] r310973 - Quickfix to the refactoring commit: typo in the link flags variable
George Karpenkov via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 15 16:22:52 PDT 2017
Author: george.karpenkov
Date: Tue Aug 15 16:22:52 2017
New Revision: 310973
URL: http://llvm.org/viewvc/llvm-project?rev=310973&view=rev
Log:
Quickfix to the refactoring commit: typo in the link flags variable
name.
Modified:
compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
Modified: compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake?rev=310973&r1=310972&r2=310973&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake (original)
+++ compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake Tue Aug 15 16:22:52 2017
@@ -324,7 +324,7 @@ function(generate_compiler_rt_tests test
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()
More information about the llvm-commits
mailing list