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)
commit82601cf94902362949463198acac7b832d9b4135
tree1a485e186f28d6a9882fa3bd16341a2a02eaa5fb
parentfc7f04510c843a38e1e4bf57bb815beeca67c888
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.

llvm-svn: 169559
llvm/utils/unittest/googletest/README.LLVM
llvm/utils/unittest/googletest/gtest-all.cc [new file with mode: 0644]
llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h