diff options
author | Jan Svoboda <jan_svoboda@apple.com> | 2021-12-09 10:45:10 +0100 |
---|---|---|
committer | Jan Svoboda <jan_svoboda@apple.com> | 2021-12-09 11:32:13 +0100 |
commit | e04fc2d88efa60ed5527b90c15d8fc188739e989 (patch) | |
tree | 602a2a6eaee4bb96621f9fbc07a7696416b41345 /llvm/lib/LTO/LTOBackend.cpp | |
parent | 45ea542dd82216364a144324c44ff82caf905a58 (diff) | |
download | llvm-e04fc2d88efa60ed5527b90c15d8fc188739e989.zip llvm-e04fc2d88efa60ed5527b90c15d8fc188739e989.tar.gz llvm-e04fc2d88efa60ed5527b90c15d8fc188739e989.tar.bz2 |
[llvm][lldb] Remove unused SmallVectorMemoryBuffer.h includes
Diffstat (limited to 'llvm/lib/LTO/LTOBackend.cpp')
-rw-r--r-- | llvm/lib/LTO/LTOBackend.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/LTO/LTOBackend.cpp b/llvm/lib/LTO/LTOBackend.cpp index be06556..15e20fec 100644 --- a/llvm/lib/LTO/LTOBackend.cpp +++ b/llvm/lib/LTO/LTOBackend.cpp @@ -37,7 +37,6 @@ #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/Path.h" #include "llvm/Support/Program.h" -#include "llvm/Support/SmallVectorMemoryBuffer.h" #include "llvm/Support/ThreadPool.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Target/TargetMachine.h" |