diff options
Diffstat (limited to 'lld/COFF/Config.h')
-rw-r--r-- | lld/COFF/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/COFF/Config.h b/lld/COFF/Config.h index 1f18d857a03..049546c5095 100644 --- a/lld/COFF/Config.h +++ b/lld/COFF/Config.h @@ -88,6 +88,7 @@ struct Configuration { bool Relocatable = true; bool Force = false; bool Debug = false; + bool DebugDwarf = false; unsigned DebugTypes = static_cast<unsigned>(DebugType::None); llvm::SmallString<128> PDBPath; std::vector<llvm::StringRef> Argv; |