[PATCH] D46632: [LLVM-C] Move DIBuilder Bindings For Temporary MDNodes

Robert Widmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 00:12:27 PDT 2018


CodaFi created this revision.
CodaFi added reviewers: whitequark, harlanhaskins.
Herald added a reviewer: deadalnix.
Herald added a subscriber: llvm-commits.

Move LLVMTemporaryMDNode and LLVMMetadataReplaceAllUsesWith to the C bindings and add LLVMDeleteTemporaryMDNode for deleting non-RAUW'ed temporary nodes.


Repository:
  rL LLVM

https://reviews.llvm.org/D46632

Files:
  bindings/go/llvm/IRBindings.cpp
  bindings/go/llvm/IRBindings.h
  bindings/go/llvm/dibuilder.go
  bindings/go/llvm/ir.go
  include/llvm-c/DebugInfo.h
  lib/IR/DebugInfo.cpp
  tools/llvm-c-test/debuginfo.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46632.145875.patch
Type: text/x-patch
Size: 8037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180509/3c37d5f8/attachment.bin>


More information about the llvm-commits mailing list