[PATCH] Update LLVM 3.7 for DataLayout changes

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 14:17:08 PDT 2015


+Chris for ownership

On Thu, Aug 20, 2015 at 7:05 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
> Here is a patch that I’d like to get in 3.7. It:

Oh, why do these things always come up last-minute before the release?
Thanks for paying attention to 3.7, though :-)

> - provides more information in the Release notes about what changes with the DataLayout. This should help out-of-tree users.

Nice, thanks.

> - Deprecate LLVMGetTargetMachineData in the C API
> - Deprecate TargetMachine::getDataLayout(), and backports the replacement from trunk (TargetMachine::createDataLayout())

We've just tagged 3.7.0-rc3, and I was hoping that would become the
final release. But I can see that getting this in would be good, and
it also seems like a pretty safe change, so maybe we can squeeze it
in.

There's no explicit code owner for this, which means Chris owns it.
Does the patch itself look OK for you?

Thanks,
Hans


More information about the llvm-commits mailing list