Index: include/clang/Driver/ToolChain.h =================================================================== --- include/clang/Driver/ToolChain.h +++ include/clang/Driver/ToolChain.h @@ -238,7 +238,7 @@ /// UseDwarfDebugFlags - Embed the compile options to clang into the Dwarf /// compile unit information. - virtual bool UseDwarfDebugFlags() const { return false; } + virtual bool UseDwarfDebugFlags() const { return true; } /// UseSjLjExceptions - Does this tool chain use SjLj exceptions. virtual bool UseSjLjExceptions() const { return false; }