[PATCH] D139496: [CMake] Add perf profiling for clang-bolt
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 10 08:37:34 PST 2022
phosek added a comment.
Could we add the `perf` related logic to https://github.com/llvm/llvm-project/blob/ba3d808feedaa7f31750d8bc02754e15b372c868/clang/utils/perf-training/perf-helper.py? I think that's a better place since we eventually want to replace the use of `ExternalProject_Add` with https://github.com/llvm/llvm-project/tree/main/clang/utils/perf-training so we should try to keep the amount of logic in CMake down to minimum.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139496/new/
https://reviews.llvm.org/D139496
More information about the llvm-commits
mailing list