[PATCH] D110080: [llvm-profgen] Unify output format of unsymbolized profiles

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 10:48:10 PDT 2021


hoy added inline comments.


================
Comment at: llvm/test/tools/llvm-profgen/inline-cs-pseudoprobe.test:1
-; RUN: llvm-profgen --format=text --perfscript=%S/Inputs/inline-cs-pseudoprobe.perfscript --binary=%S/Inputs/inline-cs-pseudoprobe.perfbin --output=%t --skip-symbolization --profile-summary-cold-count=0
+; RUN: llvm-profgen --format=text --perfscript=%S/Inputs/inline-cs-pseudoprobe.perfscript --binary=%S/Inputs/inline-cs-pseudoprobe.perfbin --output=%t --skip-symbolization --profile-summary-cold-count=0 --show-relative-address=0
 ; RUN: FileCheck %s --input-file %t --check-prefix=CHECK-UNWINDER
----------------
Add a test for show-relative-address=1?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110080



More information about the llvm-commits mailing list