We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7fd55 commit bcf7bfcCopy full SHA for bcf7bfc
compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
@@ -15,7 +15,6 @@
15
#include "llvm/Support/DynamicLibrary.h"
16
#include "llvm/Support/FormattedStream.h"
17
#include "llvm/Support/JSON.h"
18
-#include "llvm/Support/Host.h"
19
#include "llvm/Support/Memory.h"
20
#include "llvm/Support/SourceMgr.h"
21
#include "llvm/Support/TargetSelect.h"
compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
@@ -25,7 +25,6 @@
25
#if LLVM_VERSION_GE(17, 0)
26
#include "llvm/Support/VirtualFileSystem.h"
27
#endif
28
29
#include "llvm/Target/TargetMachine.h"
30
#include "llvm/Transforms/IPO/AlwaysInliner.h"
31
#include "llvm/Transforms/IPO/FunctionImport.h"
0 commit comments