[all-commits] [llvm/llvm-project] 027d67: [Debug-Info] change return type to void for attrib...

Chen Zheng via All-commits all-commits at lists.llvm.org
Fri Apr 23 01:17:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 027d6735ae798900293059c9dc33ea6d3ebe3615
      https://github.com/llvm/llvm-project/commit/027d6735ae798900293059c9dc33ea6d3ebe3615
  Author: Chen Zheng <czhengsz at cn.ibm.com>
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h

  Log Message:
  -----------
  [Debug-Info] change return type to void for attribute adding functions.

Make following function return void:

    addLabel()
    addSectionLabel()
    addSectionDelta()

This aligns with other attributes adding functions.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D101022




More information about the All-commits mailing list