diff options
Diffstat (limited to 'lld/wasm/Config.h')
-rw-r--r-- | lld/wasm/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/wasm/Config.h b/lld/wasm/Config.h index 4b11320e7cf..76a78056707 100644 --- a/lld/wasm/Config.h +++ b/lld/wasm/Config.h @@ -23,6 +23,7 @@ struct Configuration { bool CompressRelocTargets; bool Demangle; bool DisableVerify; + bool ExportAll; bool ExportTable; bool GcSections; bool ImportMemory; |