We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5c2cf commit 6ddf912Copy full SHA for 6ddf912
compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp
@@ -7,6 +7,7 @@
7
// * https://github.com/llvm/llvm-project/blob/8ef3e895ad8ab1724e2b87cabad1dacdc7a397a3/llvm/include/llvm/Object/ArchiveWriter.h
8
// * https://github.com/llvm/llvm-project/blob/8ef3e895ad8ab1724e2b87cabad1dacdc7a397a3/llvm/lib/Object/ArchiveWriter.cpp
9
10
+#include "llvm/ADT/SmallString.h"
11
#include "llvm/IR/LLVMContext.h"
12
#include "llvm/Object/ObjectFile.h"
13
0 commit comments