[llvm] [GSYM] Callsites: Add data format support and loading from YAML (PR #109781)
Kyungwoo Lee via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 22:39:39 PDT 2024
================
@@ -96,6 +97,7 @@ static bool Quiet;
static std::vector<uint64_t> LookupAddresses;
static bool LookupAddressesFromStdin;
static bool StoreMergedFunctionInfo = false;
+static std::vector<std::string> CallSiteYamlPaths;
----------------
kyulee-com wrote:
Now you use the last arg only.
```suggestion
static std::string CallSiteYamlPath;
```
https://github.com/llvm/llvm-project/pull/109781
More information about the llvm-commits
mailing list