[all-commits] [llvm/llvm-project] 487ab5: [dexter] Add keyword argument 'on_line' to DexLabel

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Fri Apr 23 04:03:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 487ab5345920b2cfd2162f04b467dd39fb1a8627
      https://github.com/llvm/llvm-project/commit/487ab5345920b2cfd2162f04b467dd39fb1a8627
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
    M debuginfo-tests/dexter/Commands.md
    M debuginfo-tests/dexter/dex/command/commands/DexLabel.py
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_label_kwarg.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp

  Log Message:
  -----------
  [dexter] Add keyword argument 'on_line' to DexLabel

Add optional keyword argument 'on_line' to DexLabel to label the specifed line
instead of the line the command is found on.

This will be helpful when used alongside DexDeclareFile (D99651).

Reviewed By: TWeaver

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




More information about the All-commits mailing list