[libc-commits] [PATCH] D73337: Fix missing dependency in LibcUnitTest
Alex Brachet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Jan 25 16:08:48 PST 2020
abrachet added a comment.
I think this patch is still correct to add this, though. Even if the unittest itself will be linked to Support and also linked against LibcUnitTest and even if LibcUnitTest will never be used outside of that context, it would still make sense for LibcUnitTest to link against everything it needs. At worst this can't hurt.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73337/new/
https://reviews.llvm.org/D73337
More information about the libc-commits
mailing list