[all-commits] [llvm/llvm-project] 50d9bb: [NFC] Add DebugVariable constructor that takes Dbg...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Thu Oct 20 07:29:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50d9bb6b39c56f394eba63f4b8473a7e5a021e85
      https://github.com/llvm/llvm-project/commit/50d9bb6b39c56f394eba63f4b8473a7e5a021e85
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/lib/IR/DebugInfoMetadata.cpp

  Log Message:
  -----------
  [NFC] Add DebugVariable constructor that takes DbgVariableIntrinsic pointer

Note: The constructor definition cannot be inline without some refactoring as
it introduces a circular dependency between the headers
llvm/IR/DebugInfoMetadata.h (this file) and llvm/IR/IntrinsicInst.h (where
DbgVariableIntrinsic is defined).

Reviewed By: jryans

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




More information about the All-commits mailing list