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

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 7 07:52:08 PDT 2022


thakis added a comment.

Removing the else-after-ifs seems fine to me.



================
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
----------------
run `git clang-format main`


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