1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/utils/unittest
Pavel Labath 336dae54b1 [cmake] Make gtest macro definitions a part the library interface
These definitions are needed by any file which uses gtest. Previously we
were adding them in the add_unittest function, but over time we've
accumulated libraries (which don't go through add_unittest) building on
gtest and this has resulted in proliferation of the definitions.

Making this a part of the library interface enables them to be managed
centrally. This follows a patch for -Wno-suggest-override (D84554) which
took a similar approach.

Differential Revision: https://reviews.llvm.org/D84748
2020-08-11 15:22:44 +02:00
..
googlemock Use std::foo_t rather than std::foo in LLVM. 2020-02-11 15:12:51 -08:00
googletest [clang/llvm] As part of using inclusive language within 2020-06-20 16:03:58 -07:00
UnitTestMain
CMakeLists.txt [cmake] Make gtest macro definitions a part the library interface 2020-08-11 15:22:44 +02:00
LLVMBuild.txt