llvm-capstone/clang/utils/perf-training
Jonas Devlieghere 4fe839ef3a [CMake] Rename EXCLUDE_FROM_ALL and make it an argument to add_lit_testsuite
EXCLUDE_FROM_ALL means something else for add_lit_testsuite as it does
for something like add_executable. Distinguish between the two by
renaming the variable and making it an argument to add_lit_testsuite.

Differential revision: https://reviews.llvm.org/D74168
2020-02-06 15:33:18 -08:00
..
cxx
CMakeLists.txt [CMake] Rename EXCLUDE_FROM_ALL and make it an argument to add_lit_testsuite 2020-02-06 15:33:18 -08:00
lit.cfg [perf-training] Change profile file pattern string to use %4m instead of %p 2019-12-17 12:12:21 -08:00
lit.site.cfg.in [perf-training] Make training data location configurable 2019-12-14 09:46:41 -08:00
order-files.lit.cfg [perf-training] Make training data location configurable 2019-12-14 09:46:41 -08:00
order-files.lit.site.cfg.in [perf-training] Make training data location configurable 2019-12-14 09:46:41 -08:00
perf-helper.py [perf-training] Update ' (in-process)' prefix handling 2020-01-25 09:14:24 -08: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.