[llvm] [BOLT] Add itrace aggregation for AUX data (PR #70426)
Jonathan Davies via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 6 02:49:01 PST 2023
================
@@ -155,6 +160,8 @@ void DataAggregator::findPerfExecutable() {
}
void DataAggregator::start() {
+ std::string ItracePerfScriptArgs;
----------------
jonathandavies-arm wrote:
I just saw other std::string being declared at the beginning of functions. I've moved the declaration into the if statement scope.
https://github.com/llvm/llvm-project/pull/70426
More information about the llvm-commits
mailing list