Returns true if LLVM is compiled with support for multi‐threading, and false otherwise.
Synopsis
Declared in <llvm/Support/Threading.h>
constexpr
bool
llvm_is_multithreaded();
Return Value
True when LLVM was built with multi‐threading enabled.
Created with MrDocs