We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47272d9 commit 7b4789cCopy full SHA for 7b4789c
llvm/lib/Support/InitLLVM.cpp
@@ -8,6 +8,7 @@
8
9
#include "llvm/Support/InitLLVM.h"
10
#include "llvm/ADT/StringRef.h"
11
+#include "llvm/Support/Error.h"
12
#include "llvm/Support/ErrorHandling.h"
13
#include "llvm/Support/ManagedStatic.h"
14
#include "llvm/Support/Signals.h"
llvm/lib/Support/Parallel.cpp
#include "llvm/Support/Parallel.h"
#include "llvm/Config/llvm-config.h"
+#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Threading.h"
#include <atomic>
0 commit comments