forked from OSchip/llvm-project
parent
f3af4af6b5
commit
55dd48c363
|
@ -527,7 +527,7 @@ StringRef NonRelocatableStringpool::internString(StringRef S) {
|
|||
std::pair<uint32_t, StringMapEntryBase *> Entry(0, nullptr);
|
||||
auto InsertResult = Strings.insert(std::make_pair(S, Entry));
|
||||
return InsertResult.first->getKey();
|
||||
};
|
||||
}
|
||||
|
||||
/// \brief The Dwarf streaming logic
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue