[PATCH] D80377: [flang] Google test infrastructure support for unittests

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 23 07:55:56 PDT 2020


tskeith added a comment.

In D80377#2051422 <https://reviews.llvm.org/D80377#2051422>, @sameeranjoshi wrote:

> In D80377#2051051 <https://reviews.llvm.org/D80377#2051051>, @tskeith wrote:
>
> > When I try to build I get this error:
> >
> >   ld: library not found for -lgtest_main
> >
> >
> > Please update the README to indicate how to do the correct setup. A link to elsewhere in LLVM is fine.
>
>
> I tried twice building the compiler in-tree on 2 different m/c. I couldn't reproduce the issue, here's how my cmake looks like:
>
>   cmake -G "Ninja"  -DCMAKE_INSTALL_PREFIX=../install/  -DCMAKE_BUILD_TYPE="Release"  -DLLVM_TARGETS_TO_BUILD=host -DLLVM_ENABLE_PROJECTS="mlir;flang" -DCMAKE_CXX_STANDARD=17 -DFLANG_INCLUDE_TESTS=ON ../llvm-project/llvm/
>  
>


Where is it finding the `gtest_main` library? Is it built as part of llvm or coming from outside?


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

https://reviews.llvm.org/D80377





More information about the llvm-commits mailing list