[PATCH] D96387: [CSSPGO][llvm-profgen] Renovate perfscript check and command line input validation
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 12 11:51:53 PST 2021
hoy added inline comments.
================
Comment at: llvm/tools/llvm-profgen/ProfiledBinary.cpp:22
+#ifndef STDOUT_FILENO
+#define STDOUT_FILENO 1
----------------
Why need this? Will `std::out` work?
================
Comment at: llvm/tools/llvm-profgen/ProfiledBinary.h:261
}
+ static bool showDisassembly();
+ static bool isShowDisassemblyOnlyEnabled();
----------------
Remove this since we are keeping only show-disassembly-only?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96387/new/
https://reviews.llvm.org/D96387
More information about the llvm-commits
mailing list