[DWARF] - Rename variable. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 10 Jul 2017 10:04:51 +0000 (10:04 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 10 Jul 2017 10:04:51 +0000 (10:04 +0000)
commitc7147b368a5e10d1ecf2c1ef1bd0456b7ce22ab8
tree6e053cbedbcb0e98549f47dd7ffce774568599a7
parentf4d154c089cd8f0381d08d3a8fb6944527a499c4
[DWARF] - Rename variable. NFC.

Variable was called 'Name' and contained text
name of relocation type. Problem was that
outside of this error handling scope we already
have different 'Name' variable that contains
section name.

Change helps to avoid confusion.

llvm-svn: 307530
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp