[llvm] [llvm-profgen] Add support for Linux kenrel profile (PR #92831)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun  6 11:59:25 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",
----------------
WenleiHe wrote:
Ok, then this should be a static function? 
https://github.com/llvm/llvm-project/pull/92831
    
    
More information about the llvm-commits
mailing list