[PATCH] D68049: Propeller:  Clang options for basic block sections
    Sriraman Tallam via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May 18 10:14:32 PDT 2020
    
    
  
tmsriram added a comment.
Ping.
================
Comment at: clang/include/clang/Basic/CodeGenOptions.h:114-127
+  // -fbasic-block-sections=.  The allowed values with this option are:
+  // {"labels", "all", "<filename>", "none"}.
+  //
+  // "labels":     Only generate basic block symbols (labels) for all basic
+  //               blocks, do not generate unique sections for basic blocks.
+  //               Use the machine basic block id in the symbol name to
+  //               associate profile info from virtual address to machine
----------------
rsmith wrote:
> This comment appears to be out of date with respect to the `list=` change.
Fixed, sorry.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68049/new/
https://reviews.llvm.org/D68049
    
    
More information about the llvm-commits
mailing list