[all-commits] [llvm/llvm-project] 050ede: [MC] Make MCDwarfLineStr class public

maksfb via All-commits all-commits at lists.llvm.org
Thu Sep 30 12:32:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 050edef8538e82264928ddf1840e785f1544ca7f
      https://github.com/llvm/llvm-project/commit/050edef8538e82264928ddf1840e785f1544ca7f
  Author: Maksim Panchenko <maks at fb.com>
  Date:   2021-09-30 (Thu, 30 Sep 2021)

  Changed paths:
    M llvm/include/llvm/MC/MCDwarf.h
    M llvm/lib/MC/MCDwarf.cpp
    M llvm/unittests/MC/CMakeLists.txt
    A llvm/unittests/MC/DwarfLineTableHeaders.cpp

  Log Message:
  -----------
  [MC] Make MCDwarfLineStr class public

Add MCDwarfLineStr class to the public API.

Note that MCDwarfLineTableHeader::Emit(), takes MCDwarfLineStr as
an Optional<> parameter making it impossible to use the API if the class
is not publicly defined.

Reviewed By: alexander-shaposhnikov

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




More information about the All-commits mailing list