forked from OSchip/llvm-project
be16876e89
This diff replaces --driver-mode=cpp in utils/perf-training/order-files.lit.cfg and utils/perf-training/lit.cfg with --driver-mode=g++. clang --driver-mode=cpp will call the preprocessor and will not trigger compilation. Differential revision: https://reviews.llvm.org/D28269 llvm-svn: 290936 |
||
---|---|---|
.. | ||
cxx | ||
CMakeLists.txt | ||
README.txt | ||
lit.cfg | ||
lit.site.cfg.in | ||
order-files.lit.cfg | ||
order-files.lit.site.cfg.in | ||
perf-helper.py |
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.