================
@@ -503,10 +504,16 @@ class DebugStrOffsetsWriter {
return StrOffsetSectionWasModified;
}
+ DenseSet<uint64_t> &getDebugStrOffsetsFinalized() {
----------------
ayermolo wrote:
Doesn't look like this is used anymore?
https://github.com/llvm/llvm-project/pull/100672