OSDN Git Service

[LLVM-C] Allow Access to the Type of a Binary
authorRobert Widmann <devteam.codafi@gmail.com>
Sun, 7 Apr 2019 18:18:42 +0000 (18:18 +0000)
committerRobert Widmann <devteam.codafi@gmail.com>
Sun, 7 Apr 2019 18:18:42 +0000 (18:18 +0000)
commitf44199b7bfa7745b7d003bd0c714c53120095845
tree222458c65bc39532fa131f097dce6ffcd4f0ccd4
parenta83da3f88395d9a8220d9afa0b3fd02e8eac3e63
[LLVM-C] Allow Access to the Type of a Binary

Summary:  Add an accessor for the type of a binary file.

Reviewers: whitequark, deadalnix

Reviewed By: whitequark

Subscribers: hiraditya, aheejin, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357872 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Object.h
lib/Object/Object.cpp