[PATCH] D99395: [Propeller] Do not generate the BB address map for empty functions.
    Sriraman Tallam via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 25 19:22:58 PDT 2021
    
    
  
tmsriram added inline comments.
================
Comment at: llvm/test/CodeGen/X86/basic-block-sections-labels-empty-function.ll:11
+; CHECK:	.Lfunc_begin0:
+; CHECK-NOT:	.section	.llvm_bb_addr_map
+
----------------
Curious, How does this pass? There is a ".section .llvm_bb_addr_map" for func() later.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99395/new/
https://reviews.llvm.org/D99395
    
    
More information about the llvm-commits
mailing list