[PATCH] D131313: [Support] move llvm::llvm_is_multithread to header, NFC

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 7 08:07:24 PDT 2022


barannikov88 added inline comments.


================
Comment at: llvm/include/llvm/Support/Mutex.h:50
+        }
           // Single-threaded debugging code.  This would be racy in
           // multithreaded mode, but provides not basic checks in single
----------------
barannikov88 wrote:
> barannikov88 wrote:
> > Wrong indentation here and in `lock`.
> Still holds 
Never mind, compared wrong revisions


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