aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjCopy/wasm/WasmObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/ObjCopy/wasm/WasmObject.h')
-rw-r--r--llvm/lib/ObjCopy/wasm/WasmObject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ObjCopy/wasm/WasmObject.h b/llvm/lib/ObjCopy/wasm/WasmObject.h
index f860ec6..374e523 100644
--- a/llvm/lib/ObjCopy/wasm/WasmObject.h
+++ b/llvm/lib/ObjCopy/wasm/WasmObject.h
@@ -32,6 +32,7 @@ struct Object {
llvm::wasm::WasmObjectHeader Header;
// For now don't discriminate between kinds of sections.
std::vector<Section> Sections;
+ bool isRelocatableObject = false;
void addSectionWithOwnedContents(Section NewSection,
std::unique_ptr<MemoryBuffer> &&Content);