alekseyshl added inline comments.
================
Comment at: lib/scudo/scudo_tls_linux.h:34
+
+INLINE void initThreadMaybe() {
+ if (LIKELY(ScudoThreadState != ThreadNotInitialized))
----------------
Why not ALWAYS_INLINE then?
https://reviews.llvm.org/D32440