1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/utils/unittest
Nico Weber 3f7b353711 Fix undefined behavior in llvm's local changes to googletest.
r100895 landed an llvm-only change to add minix support to googletest.
It did that by putting "defined()" in a macro, which has undefined
behavior.  Slightly reshuffle things to remove that undefined behavior.
Also mention in README.LLVM that minix support is a local change.

llvm-svn: 258190
2016-01-19 21:22:36 +00:00
..
googletest Fix undefined behavior in llvm's local changes to googletest. 2016-01-19 21:22:36 +00:00
UnitTestMain Make UnitTestMain/TestMain.cpp free from llvm/Config/config.h. 2015-07-06 23:51:40 +00:00
CMakeLists.txt Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version to 2013. 2015-02-15 17:53:10 +00:00
LLVMBuild.txt
Makefile