llvm/utils/unittest
Nico Weber 3c247736dd 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258190 91177308-0d34-0410-b5e6-96231b3b80d8
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