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 aa74649 commit 9cada10Copy full SHA for 9cada10
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/AutoConvert.h"
12
#include "llvm/Support/Error.h"
13
#include "llvm/Support/ErrorHandling.h"
14
#include "llvm/Support/ManagedStatic.h"
llvm/lib/Support/raw_ostream.cpp
@@ -13,6 +13,7 @@
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/StringExtras.h"
15
#include "llvm/Config/config.h"
16
17
#include "llvm/Support/Compiler.h"
18
#include "llvm/Support/Duration.h"
19
0 commit comments