hanchenye-llvm-project/clang/utils/perf-training
Chandler Carruth ce55f56fbc [cmake] Revert r260742 (and r260744) to improve order file support.
This appears to be passing '-Wl,-order_file' to Linux link commands,
which then causes the linker to silently, behind the scenes, write the
output to 'rder_file' instead of somewhere else. Will work with Chris to
figure out the proper support for this, but so far there are numerous
people who can't get Clang to update when they build because of this.

llvm-svn: 261054
2016-02-17 02:13:35 +00:00
..
cxx
CMakeLists.txt [cmake] Revert r260742 (and r260744) to improve order file support. 2016-02-17 02:13:35 +00:00
README.txt
lit.cfg [CMake] Fixing a typo in a flag 2015-12-19 00:56:12 +00:00
lit.site.cfg.in
order-files.lit.cfg [CMake] Support generation of linker order files using dtrace 2016-01-15 21:21:12 +00:00
order-files.lit.site.cfg.in [CMake] Support generation of linker order files using dtrace 2016-01-15 21:21:12 +00:00
perf-helper.py [CMake] [Order-files] Use print_function as an attempt at being forward compatible. 2016-01-15 21:30:06 +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.