README.LLVM 560 B

1234567891011121314151617
  1. LLVM notes
  2. ----------
  3. This directory contains the 'googlemock' component of Google Test 1.8.0, with
  4. all elements removed except for the actual source code, to minimize the
  5. addition to the LLVM distribution.
  6. Cleaned up as follows:
  7. # Remove all the unnecessary files and directories
  8. $ rm -f CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README README.md .gitignore
  9. $ rm -rf build-aux make msvc scripts test docs
  10. $ rm -f `find . -name \*\.pump`
  11. $ rm -f src/gmock_main.cc
  12. # Put the license in the consistent place for LLVM.
  13. $ mv LICENSE LICENSE.TXT