llvm-project/clang/utils/perf-training
Chris Bieneman 54e044736f Revert "[Order Files] Remove dtrace predicate"
This reverts commit r277487.

Removing the probe predicate was a red herring. It results in more symbols being placed in the final order file, but they are symbols from outside the clang image.

llvm-svn: 277492
2016-08-02 18:23:56 +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 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.