hanchenye-llvm-project/clang/utils/perf-training
Alexander Shaposhnikov be16876e89 [clang] Update lit config in utils/perf-training
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
2017-01-04 04:33:28 +00:00
..
cxx
CMakeLists.txt
README.txt
lit.cfg [clang] Update lit config in utils/perf-training 2017-01-04 04:33:28 +00:00
lit.site.cfg.in
order-files.lit.cfg [clang] Update lit config in utils/perf-training 2017-01-04 04:33:28 +00:00
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.