diff options
Diffstat (limited to 'lld/COFF/Config.h')
-rw-r--r-- | lld/COFF/Config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/COFF/Config.h b/lld/COFF/Config.h index b13ef3a7ece..ecd579fc873 100644 --- a/lld/COFF/Config.h +++ b/lld/COFF/Config.h @@ -205,6 +205,8 @@ struct Configuration { bool IntegrityCheck = false; bool KillAt = false; bool Repro = false; + bool SwaprunCD = false; + bool SwaprunNet = false; }; extern Configuration *Config; |