[PATCH] D95056: [CSSPGO] LTO option for pseudo probe

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 21:42:08 PST 2021


hoy marked an inline comment as done.
hoy added inline comments.


================
Comment at: lld/test/ELF/lto/pseudo-probe-lto.ll:3
+; RUN: opt < %s -passes=pseudo-probe -function-sections -o %t.o
+; RUN: ld.lld %t.o -shared --lto-pseudo-probe-for-profiling --lto-emit-asm -o - | FileCheck %s
+
----------------
wmi wrote:
> Add the check for the alias option plugin-opt=pseudo-probe-for-profiling? 
Sounds good.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95056



More information about the llvm-commits mailing list