[llvm] [GSYM] Callsites: Add data format support and loading from YAML (PR #109781)

Greg Clayton via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 11:32:38 PST 2024


================
@@ -329,6 +329,15 @@ class GsymCreator {
   /// \returns The unique 32 bit offset into the string table.
   uint32_t insertString(StringRef S, bool Copy = true);
 
+  /// Retrieve a string fromt he GSYM string table given its offset.
----------------
clayborg wrote:

s/fromt he/from the/

https://github.com/llvm/llvm-project/pull/109781


More information about the llvm-commits mailing list