Add a set of C bindings for the Object interface.
authorEric Christopher <echristo@apple.com>
Sun, 3 Apr 2011 22:34:07 +0000 (22:34 +0000)
committerEric Christopher <echristo@apple.com>
Sun, 3 Apr 2011 22:34:07 +0000 (22:34 +0000)
commite243fd9e2be8897c9350650b724d7eda2f607f8f
treeb9bf6596254d76145d72df9cf971c4a15cda01f5
parentc12d4c93f94e271d32e60fae1d521c4fca39ae1e
Add a set of C bindings for the Object interface.

Patch by Patrick Walton!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128798 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Object.h [new file with mode: 0644]
lib/VMCore/CMakeLists.txt
lib/VMCore/Object.cpp [new file with mode: 0644]