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

Lei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 10:53:43 PDT 2021


wlei 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
----------------
hoy wrote:
> Add a test for show-relative-address=1?
The default is true, so all others' test is for ` show-relative-address=1`. Here is to test ` show-relative-address=0`


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