1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-mirror/utils/unittest
Roman Lebedev a95e1221a9 Speculatively adjust gtest's UnitTest::AddTestPartResult() to not rely on volatile store to null trapping
This fallback path is used at least on PPC.
If this doesn't work on some compilers that take this path,
then this will have to be changed to either abort,
or partitioned to do different things based on the compiler.

Please refer to https://reviews.llvm.org/D105338.
2021-07-09 13:32:18 +03:00
..
googlemock Fix some deprecated copy ops in google mock 2021-05-16 15:59:06 -07:00
googletest Speculatively adjust gtest's UnitTest::AddTestPartResult() to not rely on volatile store to null trapping 2021-07-09 13:32:18 +03:00
UnitTestMain
CMakeLists.txt GTEST_HAS_TR1_TUPLE is gone, stop defining it. 2021-05-14 21:14:32 +02:00