search for: _namemap

Displaying 1 result from an estimated 1 matches for "_namemap".

2014 Feb 04
3
[LLVMdev] [lld] Allow atoms with empty name in the RefNameBuilder::buildDuplicateNameMap()
...ny objections, comments, suggestions? [[ --- a/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp +++ b/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp @@ -101,7 +101,6 @@ public: } void buildDuplicateNameMap(const lld::Atom &atom) { - assert(!atom.name().empty()); NameToAtom::iterator pos = _nameMap.find(atom.name()); if (pos != _nameMap.end()) { // Found name collision, give each a unique ref-name. ]] -- Simon Atanasyan