[llvm-dev] Is LLVM IR stable?
Antoine Pitrou via llvm-dev
llvm-dev at lists.llvm.org
Thu Feb 4 01:20:43 PST 2016
On Thu, 4 Feb 2016 15:44:48 +0800
Mahdi Mohammadi via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> Thanks. Is there any tutorial/documentation for LLVM C-API.
The only way I know of is to read the source code for the LLVM C API
functions. Since those are all thin wrappers around the C++ API, and
the C++ API is documented, it's quite easy to figure out how to use
them.
Regards
Antoine.
More information about the llvm-dev
mailing list