summaryrefslogtreecommitdiffstats
path: root/lld/wasm/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/wasm/Config.h')
-rw-r--r--lld/wasm/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/wasm/Config.h b/lld/wasm/Config.h
index 3897ef65b8d..c5f22eb537d 100644
--- a/lld/wasm/Config.h
+++ b/lld/wasm/Config.h
@@ -38,6 +38,7 @@ struct Configuration {
bool StripAll;
bool StripDebug;
bool StackFirst;
+ bool Trace;
uint32_t GlobalBase;
uint32_t InitialMemory;
uint32_t MaxMemory;
OpenPOWER on IntegriCloud