Modify the LLVM checkout of googletest:
authorAlexey Samsonov <samsonov@google.com>
Thu, 6 Dec 2012 23:04:41 +0000 (23:04 +0000)
committerAlexey Samsonov <samsonov@google.com>
Thu, 6 Dec 2012 23:04:41 +0000 (23:04 +0000)
commit57f7dafcb769852a21870148e91535421c45d037
tree26c5ce5721ac5dba25e846cd0af1ee126812fa14
parent873a1dd7d679ac9a9a92a93a4d2bbb157878efb4
Modify the LLVM checkout of googletest:
1) don't delete gtest-all.cc (which is used to gather all gtest source
   files in a single file)
2) make including LLVMSupport headers optional (on by default).
   Sanitizer tools may want to use their own versions of googletest
   compiled with specific flags, instead of the common googletest
   library used for all other LLVM/Clang unittests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169559 91177308-0d34-0410-b5e6-96231b3b80d8
utils/unittest/googletest/README.LLVM
utils/unittest/googletest/gtest-all.cc [new file with mode: 0644]
utils/unittest/googletest/include/gtest/internal/gtest-internal.h