[PATCH] D29222: MCJIT: Support setting relocation model from C wrappers
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 29 00:48:50 PST 2017
evgeny777 added a comment.
> The C API has stricter backward compatibility constraints than the regular C++ API
So does this mean that C API guarantees **binary** compatibility between old and new versions? If so then this patch does have a problem.
Repository:
rL LLVM
https://reviews.llvm.org/D29222
More information about the llvm-commits
mailing list