mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Debug info: emit command line options.
Swift SVN r6778
This commit is contained in:
@@ -119,9 +119,7 @@ IRGenDebugInfo::IRGenDebugInfo(const Options &Opts,
|
||||
StringRef Producer = BumpAllocatedString(OS.str(), DebugInfoNames);
|
||||
|
||||
bool IsOptimized = Opts.OptLevel > 0;
|
||||
|
||||
// FIXME.
|
||||
StringRef Flags = StringRef();
|
||||
StringRef Flags = Opts.DWARFDebugFlags;
|
||||
|
||||
// FIXME.
|
||||
unsigned RuntimeVersion = 1;
|
||||
|
||||
Reference in New Issue
Block a user