[PATCH] D115948: [llvm-profgen] Support to load debug info from a second binary

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 17 09:58:26 PST 2021


wenlei added inline comments.


================
Comment at: llvm/test/tools/llvm-profgen/inline-cs-pseudoprobe.test:10-13
+; RUN: llvm-profgen --format=text --perfscript=%S/Inputs/inline-cs-pseudoprobe.perfscript --binary=%S/Inputs/inline-cs-pseudoprobe.perfbin --debug-binary=%S/Inputs/inline-cs-pseudoprobe.dbg --output=%t --skip-symbolization --profile-summary-cold-count=0 --use-offset=0
+; RUN: FileCheck %s --input-file %t --check-prefix=CHECK-UNWINDER
+; RUN: llvm-profgen --format=text --perfscript=%S/Inputs/inline-cs-pseudoprobe.perfscript --binary=%S/Inputs/inline-cs-pseudoprobe.perfbin --debug-binary=%S/Inputs/inline-cs-pseudoprobe.dbg --output=%t --profile-summary-cold-count=0 --csspgo-preinliner=0
+; RUN: FileCheck %s --input-file %t
----------------
Let's use a dedicated/targeted test case for this scenario, instead of making existing test more complicated. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115948/new/

https://reviews.llvm.org/D115948



More information about the llvm-commits mailing list