[llvm] [llvm-gsymutil] Add option to load callsites from DWARF (PR #119913)

via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 16:54:17 PST 2024


================
@@ -191,6 +192,8 @@ static void parseArgs(int argc, char **argv) {
       std::exit(1);
     }
   }
+
+  LoadDwarfCallSites = Args.hasArg(OPT_dwarf_callsites);
----------------
alx32 wrote:

While it's unlikely that both will be used, I don't see a reason that you shouldn't be able to use them together. 

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


More information about the llvm-commits mailing list