[llvm] [BOLT] Add itrace aggregation for AUX data (PR #70426)

via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 5 15:36:33 PST 2023


================
@@ -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


More information about the llvm-commits mailing list