[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:39 PST 2024


================
@@ -18,6 +18,8 @@ defm convert :
      "Convert the specified file to the GSYM format.\nSupported files include ELF and mach-o files that will have their debug info (DWARF) and symbol table converted">;
 def merged_functions :
   FF<"merged-functions", "Encode merged function information for functions in debug info that have matching address ranges.\nWithout this option one function per unique address range will be emitted.">;
+defm callsites_from_yaml :
+  Eq<"callsites-from-yaml", "Load call site info from YAML file.">;
----------------
clayborg wrote:

rename to "callsites-yaml-file"? "callsites-from-yaml" sounds like a boolean option name

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


More information about the llvm-commits mailing list