libgtest is an internal test dependency, and should not be installed to
the live system as a part of LLVM. Installing it top-level is just
asking for trouble, especially that LLVM has no right to claim that
specific filename and any other package may decide to install file with
the same name.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hold on. Why is r240981 not enough to fix the problem? Is it because we still append the gtest* libraries into LLVM_EXPORTS (cmake/modules/AddLLVM.cmake +577)?
Comment Actions
I'm sorry, indeed it seems that this revision handles it, and my patch is not necessary anymore.