[libc-commits] [PATCH] D105843: [libc] Add option to run specific tests
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jul 26 01:44:45 PDT 2021
gchatelet added inline comments.
================
Comment at: libc/utils/UnitTest/CMakeLists.txt:18
+add_dependencies(LibcUnitTestMain LibcUnitTest libc.utils.CPP.standalone_cpp)
+target_link_libraries(LibcUnitTestMain PUBLIC libc_test_utils)
+
----------------
This line should be `target_link_libraries(LibcUnitTestMain PUBLIC **LibcUnitTest** libc_test_utils)` otherwise build is failing when building with shared libraries.
Fixed in https://reviews.llvm.org/rG47afd43eaa9b
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105843/new/
https://reviews.llvm.org/D105843
More information about the libc-commits
mailing list