diff options
Diffstat (limited to 'lld/wasm/Config.h')
-rw-r--r-- | lld/wasm/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/wasm/Config.h b/lld/wasm/Config.h index ae8989f15d7..e100ab82a59 100644 --- a/lld/wasm/Config.h +++ b/lld/wasm/Config.h @@ -20,7 +20,7 @@ namespace wasm { struct Configuration { bool AllowUndefined; - bool CompressRelocTargets; + bool CompressRelocations; bool Demangle; bool DisableVerify; bool ExportAll; |