This revision was automatically updated to reflect the committed changes. Closed by commit rL315605: [cmake] [interception] Remove duplicate gtest from test COMPILE_DEPS (authored by mgorny).
Changed prior to commit: https://reviews.llvm.org/D38839?vs=118754&id=118821#toc Repository: rL LLVM https://reviews.llvm.org/D38839 Files: compiler-rt/trunk/lib/interception/tests/CMakeLists.txt Index: compiler-rt/trunk/lib/interception/tests/CMakeLists.txt =================================================================== --- compiler-rt/trunk/lib/interception/tests/CMakeLists.txt +++ compiler-rt/trunk/lib/interception/tests/CMakeLists.txt @@ -89,7 +89,7 @@ InterceptionUnitTests "Interception-${arch}-Test" ${arch} RUNTIME ${INTERCEPTION_COMMON_LIB} SOURCES ${INTERCEPTION_UNITTESTS} ${COMPILER_RT_GTEST_SOURCE} - COMPILE_DEPS gtest ${INTERCEPTION_TEST_HEADERS} + COMPILE_DEPS ${INTERCEPTION_TEST_HEADERS} DEPS gtest CFLAGS ${INTERCEPTION_TEST_CFLAGS_COMMON} LINK_FLAGS ${INTERCEPTION_TEST_LINK_FLAGS_COMMON})
Index: compiler-rt/trunk/lib/interception/tests/CMakeLists.txt =================================================================== --- compiler-rt/trunk/lib/interception/tests/CMakeLists.txt +++ compiler-rt/trunk/lib/interception/tests/CMakeLists.txt @@ -89,7 +89,7 @@ InterceptionUnitTests "Interception-${arch}-Test" ${arch} RUNTIME ${INTERCEPTION_COMMON_LIB} SOURCES ${INTERCEPTION_UNITTESTS} ${COMPILER_RT_GTEST_SOURCE} - COMPILE_DEPS gtest ${INTERCEPTION_TEST_HEADERS} + COMPILE_DEPS ${INTERCEPTION_TEST_HEADERS} DEPS gtest CFLAGS ${INTERCEPTION_TEST_CFLAGS_COMMON} LINK_FLAGS ${INTERCEPTION_TEST_LINK_FLAGS_COMMON})
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits