aboutsummaryrefslogtreecommitdiff
path: root/COFF/LTO.h
diff options
context:
space:
mode:
Diffstat (limited to 'COFF/LTO.h')
-rw-r--r--COFF/LTO.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/COFF/LTO.h b/COFF/LTO.h
index 194a4cce8ada..a444aa7ac4fe 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;
};
}
}