Debug info: emit command line options.

Swift SVN r6778
This commit is contained in:
Adrian Prantl
2013-07-31 18:48:59 +00:00
parent 5abfdb74b7
commit 3313f8acbc
2 changed files with 3 additions and 3 deletions

View File

@@ -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;