mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
Summary: The DW_AT_name attribute of compile unit is optional. If it is missing, try to get filename from the debug_line section. This allows the compile unit to be useful without the filename. Differential Revision: http://reviews.llvm.org/D11003 llvm-svn: 241679