[PATCH] D153486: [llvm-profdata] GUIDToFuncNameMap can be static
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 21:13:47 PDT 2023
wenlei added a comment.
> A safe way might be to condition the current change under LLVM_ENABLE_THREADS.
I don't think it's a good idea to sprinkle LLVM_ENABLE_THREADS in a bunch of places just for this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153486/new/
https://reviews.llvm.org/D153486
More information about the llvm-commits
mailing list