[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / unittest / googletest / README.LLVM
blob99d0bc5b7ae00f1063ffc641723dad6a6a99d7dd
1 LLVM notes
2 ----------
4 This directory contains Google Test 1.8.0, with all elements removed except for
5 the actual source code, to minimize the addition to the LLVM distribution.
7 Cleaned up as follows:
9 # Remove all the unnecessary files and directories
10 $ rm -f CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README README.md .gitignore
11 $ rm -rf build-aux cmake codegear m4 make msvc samples scripts test xcode docs
12 $ rm -f `find . -name \*\.pump`
13 $ rm -f src/gtest_main.cc
15 # Put the license in the consistent place for LLVM.
16 $ mv LICENSE LICENSE.TXT
18 Modified as follows:
19 * Added support for NetBSD, Minix and Haiku.
20 * Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h.