[PATCH] D61946: [xray] Remove usage of procid_t
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 07:35:27 PDT 2019
aganea marked an inline comment as done.
aganea added inline comments.
================
Comment at: tools/llvm-xray/xray-account.h:80
- const FunctionStack *getThreadFunctionStack(llvm::sys::procid_t TId) const {
- auto I = PerThreadFunctionStack.find(TId);
----------------
I also noticed this isn't used - please let me know if you want to keep it.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61946/new/
https://reviews.llvm.org/D61946
More information about the llvm-commits
mailing list