Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStr
authorAmaury Sechet <deadalnix@gmail.com>
Tue, 16 Feb 2016 00:23:52 +0000 (00:23 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Tue, 16 Feb 2016 00:23:52 +0000 (00:23 +0000)
commitf3549c4a1116ba88cbaebc7333e866cff9f5a612
tree5d0a3c4e82c3b231a2016854d134a0b013d25b77
parent2ffde01b5627d6c466287fea9f5b5ba2be9948c2
Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStr

Summary: The name is confusing as it matche another method on the module.

Reviewers: joker.eph, Wallbraker, echristo

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D17283

llvm-svn: 260920
llvm/docs/ReleaseNotes.rst
llvm/include/llvm-c/Core.h
llvm/lib/IR/Core.cpp