[all-commits] [llvm/llvm-project] 269a9a: [DebugInfo] Make DebugVariable class available in ...

Stephen Tozer via All-commits all-commits at lists.llvm.org
Tue Dec 3 07:17:44 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 269a9afe25cb0ab7a7c0c62b9d95975ffc653530
      https://github.com/llvm/llvm-project/commit/269a9afe25cb0ab7a7c0c62b9d95975ffc653530
  Author: stozer <stephen.tozer at sony.com>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/lib/CodeGen/LiveDebugValues.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/unittests/IR/MetadataTest.cpp

  Log Message:
  -----------
  [DebugInfo] Make DebugVariable class available in DebugInfoMetadata

The DebugVariable class is a class declared in LiveDebugValues.cpp which
is used to uniquely identify a single variable, using its source
variable, inline location, and fragment info to do so. This patch moves
this class into DebugInfoMetadata.h, making it available in a much
broader scope.




More information about the All-commits mailing list