aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/DWARFLinker/StringPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/DWARFLinker/StringPool.h')
-rw-r--r--llvm/include/llvm/DWARFLinker/StringPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DWARFLinker/StringPool.h b/llvm/include/llvm/DWARFLinker/StringPool.h
index d0f4e21..7838e3b 100644
--- a/llvm/include/llvm/DWARFLinker/StringPool.h
+++ b/llvm/include/llvm/DWARFLinker/StringPool.h
@@ -20,7 +20,7 @@ namespace dwarf_linker {
/// StringEntry keeps data of the string: the length, external offset
/// and a string body which is placed right after StringEntry.
-using StringEntry = StringMapEntry<std::nullopt_t>;
+using StringEntry = StringMapEntry<EmptyStringSetTag>;
class StringPoolEntryInfo {
public: