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 [clang] Fix clean build of generate-order-file 2016-12-31 05:25:52 +00:00
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 Revert "[Order Files] Remove dtrace predicate" 2016-08-02 18:23:56 +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.