1a11cd0d9STom StellardLLVM notes 2a11cd0d9STom Stellard---------- 3a11cd0d9STom Stellard 4*a866ce78SHaowei WuThis directory contains Google Test v1.14.0, with all elements removed except 5*a866ce78SHaowei Wufor the actual source code, to minimize the addition to the LLVM distribution. 6a11cd0d9STom Stellard 7a11cd0d9STom StellardCleaned up as follows: 8a11cd0d9STom Stellard 9a11cd0d9STom Stellard# Remove all the unnecessary files and directories 10a11cd0d9STom Stellard$ rm -f CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README README.md .gitignore 11a11cd0d9STom Stellard$ rm -rf build-aux cmake codegear m4 make msvc samples scripts test xcode docs 12a11cd0d9STom Stellard$ rm -f src/gtest_main.cc 13a11cd0d9STom Stellard 14a11cd0d9STom Stellard# Put the license in the consistent place for LLVM. 15a11cd0d9STom Stellard$ mv LICENSE LICENSE.TXT 16a11cd0d9STom Stellard 17a11cd0d9STom StellardModified as follows: 18a11cd0d9STom Stellard* Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h. 19a11cd0d9STom Stellard* Added StringRef support to include/gtest/internal/custom/gtest-printers.h. 20*a866ce78SHaowei Wu* Added LLVM printable value support to include/gtest/gtest-message.h and 21*a866ce78SHaowei Wu include/gtest/gtest-printers.h. 22