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",@progbits,.text +// BB_LABELS: .section .bb_addr_map,"o",@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",@progbits,.text +// BB_LABELS: .section .bb_addr_map,"o",@progbits,.text // BB_LABELS-NEXT: .quad .Lfunc_begin1 // BB_LABELS-NEXT: .byte 4 // BB_LABELS-NEXT: .uleb128 .Lfunc_begin1-.Lfunc_begin1
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",@progbits,.text +// BB_LABELS: .section .bb_addr_map,"o",@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",@progbits,.text +// BB_LABELS: .section .bb_addr_map,"o",@progbits,.text // BB_LABELS-NEXT: .quad .Lfunc_begin1 // BB_LABELS-NEXT: .byte 4 // BB_LABELS-NEXT: .uleb128 .Lfunc_begin1-.Lfunc_begin1
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits