[PATCH] D131313: [Support] move llvm::llvm_is_multithread to header, NFC
Jun Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 7 07:58:51 PDT 2022
junaire added inline comments.
================
Comment at: llvm/include/llvm/Support/Mutex.h:38
+ }
// Single-threaded debugging code. This would be racy in
// multithreaded mode, but provides not basic checks in single
----------------
thakis wrote:
> run `git clang-format main`
> run `git clang-format main`
I have already formatted the patch via `git clang-format HEAD~1`. What's wrong with it?
clang-format version: `Ubuntu clang-format version 14.0.0-1ubuntu1`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131313/new/
https://reviews.llvm.org/D131313
More information about the llvm-commits
mailing list