[all-commits] [llvm/llvm-project] 1816de: This adds a new test checking llvm-symbolizer with...

Sriraman Tallam via All-commits all-commits at lists.llvm.org
Fri Jan 8 22:13:09 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1816de08232673e97ec41287ad3f6494bceaec43
      https://github.com/llvm/llvm-project/commit/1816de08232673e97ec41287ad3f6494bceaec43
  Author: Sriraman Tallam <tmsriram at google.com>
  Date:   2021-01-08 (Fri, 08 Jan 2021)

  Changed paths:
    A llvm/test/DebugInfo/llvm-symbolizer-bbsections-test.s

  Log Message:
  -----------
  This adds a new test checking llvm-symbolizer with an object built with basic block sections.

Build a object with -fbasic-block-sections and reorder the basic blocks to be
non-contiguous. Then check if llvm-symbolizer correctly reports the symbolized
addresses. Included the source to build the object with command lines.

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




More information about the All-commits mailing list