[PATCH] D85408: Let -basic-block-sections=labels emit basicblock metadata in a new .bb_addr_map section, instead of emitting special unary-encoded symbols.
    Rahman Lavaee via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Aug 26 13:38:42 PDT 2020
    
    
  
rahmanl updated this revision to Diff 288104.
rahmanl edited the summary of this revision.
rahmanl added a comment.
Fix failing clang test which used to check for the old ".bb_info" name.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85408/new/
https://reviews.llvm.org/D85408
Files:
  clang/test/CodeGen/basic-block-sections.c
Index: clang/test/CodeGen/basic-block-sections.c
===================================================================
--- clang/test/CodeGen/basic-block-sections.c
+++ clang/test/CodeGen/basic-block-sections.c
@@ -40,7 +40,7 @@
 // BB_LABELS: .LBB_END0_5:
 // BB_LABELS: .Lfunc_end0:
 //
-// BB_LABELS:       .section  .bb_info,"o", at progbits,.text
+// BB_LABELS:       .section  .bb_addr_map,"o", at progbits,.text
 // BB_LABELS-NEXT:  .quad  .Lfunc_begin0
 // BB_LABELS-NEXT:  .byte  6
 // BB_LABELS-NEXT:  .uleb128 .Lfunc_begin0-.Lfunc_begin0
@@ -73,7 +73,7 @@
 // BB_LABELS: .LBB_END1_3:
 // BB_LABELS: .Lfunc_end1:
 //
-// BB_LABELS:       .section  .bb_info,"o", at progbits,.text
+// BB_LABELS:       .section  .bb_addr_map,"o", at progbits,.text
 // BB_LABELS-NEXT:  .quad  .Lfunc_begin1
 // BB_LABELS-NEXT:  .byte  4
 // BB_LABELS-NEXT:  .uleb128 .Lfunc_begin1-.Lfunc_begin1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85408.288104.patch
Type: text/x-patch
Size: 873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200826/5876076b/attachment.bin>
    
    
More information about the cfe-commits
mailing list