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 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; |

