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

@@ -47,6 +47,8 @@ public:
std::string MainInputFilename;
std::string OutputFilename;
std::string Triple;
// The command line string that is to be stored in the DWARF debug info.
std::string DWARFDebugFlags;
/// The kind of compilation we should do.
OutputKind OutputKind : 3;