summaryrefslogtreecommitdiff
path: root/utils/unittest/googletest/README.LLVM
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2014-02-19 15:18:30 +0000
committerAlexey Samsonov <samsonov@google.com>2014-02-19 15:18:30 +0000
commit2228d01073a34d20ed53beabd80c84360734f173 (patch)
tree72c958256a1c11e83ff5cec520d4c7ea34f1e1a5 /utils/unittest/googletest/README.LLVM
parentf51321702b6465c6ce1583527076d7f167d7fafb (diff)
downloadllvm-2228d01073a34d20ed53beabd80c84360734f173.tar.gz
llvm-2228d01073a34d20ed53beabd80c84360734f173.tar.bz2
llvm-2228d01073a34d20ed53beabd80c84360734f173.tar.xz
Support GTest for FreeBSD platforms (9.x)
Patch by Viktor Kutuzov! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201683 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/unittest/googletest/README.LLVM')
-rw-r--r--utils/unittest/googletest/README.LLVM1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/unittest/googletest/README.LLVM b/utils/unittest/googletest/README.LLVM
index 1a6f0f59f1..16bfffd8d5 100644
--- a/utils/unittest/googletest/README.LLVM
+++ b/utils/unittest/googletest/README.LLVM
@@ -16,6 +16,7 @@ $ rm -f src/gtest_main.cc
$ mv COPYING LICENSE.TXT
Modified as follows:
+* Added support for FreeBSD.
* To GTestStreamToHelper in include/gtest/internal/gtest-internal.h,
added the ability to stream with raw_os_ostream.
* To refresh Haiku support in include/gtest/internal/gtest-port.h,