OSDN Git Service

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)
commit89e84d72212f59862b263c5f8f465d87c1ae133e
treed9fdd5838a2f7bdd82c92448ebc30435535c4125
parentd0aed13e567baefdd464676d5e08c0c5ba0630a6
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260920 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ReleaseNotes.rst
include/llvm-c/Core.h
lib/IR/Core.cpp