1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[DWARF] Added a blank line in llvm-dwarfdump to test commit access.

llvm-svn: 305220
This commit is contained in:
Spyridoula Gravani 2017-06-12 19:04:28 +00:00
parent 96e9200209
commit 29dd4cc91b

View File

@ -99,6 +99,7 @@ static void DumpObjectFile(ObjectFile &Obj, Twine Filename) {
outs() << Filename.str() << ":\tfile format " << Obj.getFileFormatName()
<< "\n\n";
// Dump the complete DWARF structure.
DIDumpOptions DumpOpts;
DumpOpts.DumpType = DumpType;