hanchenye-llvm-project/clang/utils/perf-training
Alex Denisov d82f494aa4 Replace hardcoded comment at 'lit.site.cfg.in'
At the moment almost every lit.site.cfg.in contains two lines comment:

  ## Autogenerated by LLVM/Clang configuration.
  # Do not edit!

The patch adds variable LIT_SITE_CFG_IN_HEADER, that is replaced from
configure_lit_site_cfg with the note and some useful information.

llvm-svn: 266516
2016-04-16 06:54:46 +00:00
..
cxx [Perf-training] Adding support for tests to skip the clang driver 2016-03-21 22:37:14 +00:00
CMakeLists.txt [OrderFiles] Don't allow lit to run dtrace multithreaded 2016-04-13 17:12:56 +00:00
README.txt
lit.cfg [Perf-training] Adding support for tests to skip the clang driver 2016-03-21 22:37:14 +00:00
lit.site.cfg.in Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 06:54:46 +00:00
order-files.lit.cfg [Perf-training] Adding support for tests to skip the clang driver 2016-03-21 22:37:14 +00:00
order-files.lit.site.cfg.in Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 06:54:46 +00:00
perf-helper.py [Perf-training] Using os.devnull instead of a temp file 2016-03-22 16:33:23 +00:00

README.txt

==========================
 Performance Training Data
==========================

This directory contains simple source files for use as training data for
generating PGO data and linker order files for clang.