[all-commits] [llvm/llvm-project] 745883: [Clang][CMake] Support perf, LBR, and Instrument C...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Sun Jan 21 22:03:51 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 745883bba69007f1d2c5135f3d5b0f1efcfc82cd
https://github.com/llvm/llvm-project/commit/745883bba69007f1d2c5135f3d5b0f1efcfc82cd
Author: Amir Ayupov <aaupov at fb.com>
Date: 2024-01-21 (Sun, 21 Jan 2024)
Changed paths:
M clang/CMakeLists.txt
M clang/cmake/caches/BOLT.cmake
M clang/utils/perf-training/CMakeLists.txt
M clang/utils/perf-training/bolt.lit.cfg
M clang/utils/perf-training/bolt.lit.site.cfg.in
M clang/utils/perf-training/perf-helper.py
Log Message:
-----------
[Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (#69133)
Split up and refactor CLANG_BOLT_INSTRUMENT into support for
BOLT instrumentation, perf no-LBR and perf with LBR profiling.
Differential Revision: https://reviews.llvm.org/D143617
More information about the All-commits
mailing list