diff options
| author | Mehdi Amini <mehdi.amini@apple.com> | 2016-02-12 06:22:00 +0000 |
|---|---|---|
| committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-02-12 06:22:00 +0000 |
| commit | f71d653879fb5e9cb2c13e060cbb080f6ab2ff4c (patch) | |
| tree | 1a5408dbe108ff41d975ce8d39d29759aea936e4 /llvm/docs | |
| parent | 802f19a17021a808e383aa94212706878a50f0c7 (diff) | |
| download | bcm5719-llvm-f71d653879fb5e9cb2c13e060cbb080f6ab2ff4c.tar.gz bcm5719-llvm-f71d653879fb5e9cb2c13e060cbb080f6ab2ff4c.zip | |
C API: Remove LLVMGetDataLayout that was deprecated in 3.7
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 260657
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 0e4cf885f90..b712b955af0 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -37,7 +37,8 @@ Non-comprehensive list of changes in this release * .. note about C API functions LLVMLinkModules, LLVMParseBitcode, LLVMParseBitcodeInContext, LLVMGetBitcodeModuleInContext and - LLVMGetBitcodeModule having been removed. + LLVMGetBitcodeModule having been removed. LLVMGetTargetMachineData has been + removed (use LLVMGetDataLayout instead). .. NOTE For small 1-3 sentence descriptions, just add an entry at the end of |

