[PATCH] D29222: MCJIT: Support setting relocation model from C wrappers

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 28 01:04:20 PST 2017


evgeny777 added a comment.

> Also, I and @rafael have ideas on how to change the reloc model to include PIE

I don't know much about differences between PIC and PIE reloc models, but how adding extra enum member affects this patch (besides extra line in CodeGenCWrappers.h)?


Repository:
  rL LLVM

https://reviews.llvm.org/D29222





More information about the llvm-commits mailing list