[PATCH] gtest: allow gtest compiling on FreeBSD

Alexey Samsonov samsonov at google.com
Tue Feb 18 01:58:07 PST 2014


  I don't see a problem with this patch.

  Please add a line to utils/unittest/googletest/README.LLVM with short change description.


================
Comment at: utils/unittest/googletest/include/gtest/internal/gtest-port.h:91
@@ -90,2 +90,3 @@
 //   GTEST_OS_HPUX     - HP-UX
+//   GTEST_OS_FREEBSD  - FreeBSD
 //   GTEST_OS_LINUX    - Linux
----------------
Please put this line after GTEST_OS_CYGWIN to keep the list sorted.


http://llvm-reviews.chandlerc.com/D2632



More information about the llvm-commits mailing list