[PATCH] D11003: Tolerate DWARF compile unit without filename.
David Srbecký
dsrbecky at gmail.com
Tue Jul 7 14:54:26 PDT 2015
================
Comment at: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:991
@@ -990,2 +990,3 @@
cu_file_spec.SetFile(remapped_file, false);
+ }
----------------
clayborg wrote:
> Shouldn't this be removed?
It is intended. I closes the if (cu_file_spec) above. Otherwise the if the cu_file_spec is empty, the CU will not be even created.
I would recommend viewing the path with with-space changes. It is more obvious.
http://reviews.llvm.org/D11003
More information about the llvm-commits
mailing list