Rollup merge of #108891 - kazutakahirata:master, r=cuviper
Remove an extraneous include SymbolWrapper.cpp doesn't use std::optional or llvm::Optional, so this patch removes the extraneous include. Note that llvm/ADT/Optional.h has been deprecated upstream. This patch ensures that SymbolWrapper.cpp continues to compile even after the upcoming removal of Optional.h.
This commit is contained in:
commit
4b784e49a2
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "llvm/IR/LLVMContext.h"
|
||||
#include "llvm/Object/ObjectFile.h"
|
||||
#include "llvm/ADT/Optional.h"
|
||||
|
||||
using namespace llvm;
|
||||
using namespace llvm::sys;
|
||||
|
|
Loading…
Add table
Reference in a new issue