diff options
Diffstat (limited to 'COFF/LTO.h')
-rw-r--r-- | COFF/LTO.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/COFF/LTO.h b/COFF/LTO.h index 194a4cce8adaf..a444aa7ac4fe9 100644 --- a/COFF/LTO.h +++ b/COFF/LTO.h @@ -21,7 +21,7 @@ #ifndef LLD_COFF_LTO_H #define LLD_COFF_LTO_H -#include "lld/Core/LLVM.h" +#include "lld/Common/LLVM.h" #include "llvm/ADT/SmallString.h" #include <memory> #include <vector> @@ -49,6 +49,7 @@ public: private: std::unique_ptr<llvm::lto::LTO> LTOObj; std::vector<SmallString<0>> Buff; + std::vector<std::unique_ptr<MemoryBuffer>> Files; }; } } |