[PATCH] D62279: Use LTO capable linker
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 10:29:14 PDT 2019
beanz added a comment.
In D62279#1514046 <https://reviews.llvm.org/D62279#1514046>, @winksaville wrote:
> I've add gtest_main and gtest to CLANG_BOOTSTRAP_TARGETS as a guess, because that's where check-all is defined:
> ...
> My guess is likely wrong, what do you advise?
Are you still having that issue after rL361436 <https://reviews.llvm.org/rL361436>? That should have resolved that problem. The issue isn't that gtest is missing from the bootstrap, but rather that it was missing from the dependencies for the runtime libraries.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62279/new/
https://reviews.llvm.org/D62279
More information about the cfe-commits
mailing list