[PATCH] D119079: [llvm] [cmake] Fix finding modern ounit2

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 15 12:17:15 PST 2022


mgorny added a comment.

In D119079#3322700 <https://reviews.llvm.org/D119079#3322700>, @jberdine wrote:

> Heh, yeah, it seems that the best fix would be to just remove the traces of ounit. I also don't see where they are used, so just removing and seeing if the tests pass in a context with no ounit installed seems like a good plan.

I've just uninstalled ounit2 and all its dependencies, removed it from cmake/lit and it seems that all tests pass. I'll prepare a merge request.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119079/new/

https://reviews.llvm.org/D119079



More information about the llvm-commits mailing list