[PATCH] D29222: MCJIT: Support setting relocation model from C wrappers
Amaury SECHET via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 09:18:38 PST 2017
deadalnix added a comment.
In https://reviews.llvm.org/D29222#659900, @evgeny777 wrote:
> So does this mean that C API guarantees **binary** compatibility between old and new versions? If so then this patch does have a problem.
Yes, except for some parts such as the Orc binding, it does. It is still allowed to deprecate functions and remove them (you'd get a link error from a foreign language, so that's fine).
Repository:
rL LLVM
https://reviews.llvm.org/D29222
More information about the llvm-commits
mailing list