[llvm] [llvm-profgen] Add support for Linux kenrel profile (PR #92831)

Han Shen via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 11:27:09 PDT 2024


================
@@ -56,6 +56,10 @@ static cl::list<std::string> DisassembleFunctions(
     cl::desc("List of functions to print disassembly for. Accept demangled "
              "names only. Only work with show-disassembly-only"));
 
+static cl::opt<bool>
+    KernelBinary("kernel",
----------------
shenhanc78 wrote:

Done.

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


More information about the llvm-commits mailing list