[all-commits] [llvm/llvm-project] c96fee: [llvm-symbolizer][test] Add explicit tests for COD...

James Henderson via All-commits all-commits at lists.llvm.org
Tue Feb 16 03:02:55 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c96fee98dbff50356f5cc92724e1fcfec2865c42
      https://github.com/llvm/llvm-project/commit/c96fee98dbff50356f5cc92724e1fcfec2865c42
  Author: James Henderson <james.henderson at sony.com>
  Date:   2021-02-16 (Tue, 16 Feb 2021)

  Changed paths:
    A llvm/test/tools/llvm-symbolizer/code.s
    A llvm/test/tools/llvm-symbolizer/data.s

  Log Message:
  -----------
  [llvm-symbolizer][test] Add explicit tests for CODE and DATA

These directives force the associated address to be interpreted as a
function or data respectively. CODE is the default when not specified.

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

Reviewed by: MaskRay




More information about the All-commits mailing list