mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Revert "Make the DWARF version emitted by the Swift compiler configurable.""
This commit is contained in:
@@ -125,6 +125,9 @@ public:
|
||||
/// What kind of debug info to generate.
|
||||
IRGenDebugInfoFormat DebugInfoFormat = IRGenDebugInfoFormat::None;
|
||||
|
||||
/// DWARF output format version number.
|
||||
std::optional<uint8_t> DWARFVersion;
|
||||
|
||||
/// Whether or not the driver should generate a module.
|
||||
bool ShouldGenerateModule = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user