[PATCH] D11003: Tolerate DWARF compile unit without filename.
Greg Clayton
clayborg at gmail.com
Tue Jul 7 14:45:22 PDT 2015
clayborg requested changes to this revision.
This revision now requires changes to proceed.
Looks like an extra } at line 991 should be removed right?
================
Comment at: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:991
@@ -990,2 +990,3 @@
cu_file_spec.SetFile(remapped_file, false);
+ }
----------------
Shouldn't this be removed?
http://reviews.llvm.org/D11003
More information about the llvm-commits
mailing list