[PATCH] D43623: [DebugInfo] Support checksums in llvm-c bindings
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 08:22:01 PST 2018
scott.linder created this revision.
scott.linder added reviewers: aprantl, JDevlieghere.
Herald added a reviewer: deadalnix.
Herald added a subscriber: llvm-commits.
The DIFile C++ API supports checksums, but the C-API does not. This patch updates the C-API to support an optional checksum value.
Repository:
rL LLVM
https://reviews.llvm.org/D43623
Files:
include/llvm-c/DebugInfo.h
lib/IR/DebugInfo.cpp
test/Bindings/llvm-c/debug_info.ll
tools/llvm-c-test/debuginfo.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43623.135431.patch
Type: text/x-patch
Size: 4473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180222/2cdd651c/attachment.bin>
More information about the llvm-commits
mailing list