================
@@ -155,6 +160,8 @@ void DataAggregator::findPerfExecutable() {
}
void DataAggregator::start() {
+ std::string ItracePerfScriptArgs;
----------------
maksfb wrote:
Is there a reason to declare `ItracePerfScriptArgs` in this scope?
https://github.com/llvm/llvm-project/pull/70426