[PATCH] D89086: [MemProf] Allow the binary to specify the profile output filename
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 09:13:52 PDT 2020
davidxl added a comment.
Profile runtime has 4 ways of setting output: 1) default 2) compiler command line arg 3) environment variable at runtime; and 4) user invocation of runtime API at runtime. The order of the precedence is 4> 3 > 2 > 1. Is the behavior here consistent with that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89086/new/
https://reviews.llvm.org/D89086
More information about the llvm-commits
mailing list