The target_link_libraries() call operates on gtest_main rather than
llvm_gtest_main. I think it was missed while prefixing all the tools
in 38151a08c21e0cdacd52af03e4bdff258f0bac6f.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Disclaimer: I haven't tested it but the buildbot seems to be fast in catching problems.
Comment Actions
Thanks for spotting and for fixing this. Yes, looks like an obvious omission in https://reviews.llvm.org/rG38151a08c21e0cdacd52af03e4bdff258f0bac6f. Since this is for standalone builds, you want to keep an eye on flang-aarch64-out-of-tree. That's the only bot that builds this configuration taht I am aware of.
LGTM!