[PATCH] Update LLVM 3.7 for DataLayout changes

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 17:38:49 PDT 2015


We will need an RC4 before the final release, and this seems important
enough that it could go in, but I would like to get approval from the
code owner before merging.

On Fri, Aug 21, 2015 at 2:17 PM, Hans Wennborg <hans at chromium.org> wrote:
> +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