Add an entry in the Release Notes for LLVMContext::discardValueNames()

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mehdi Amini 2016-03-10 02:18:17 +00:00
parent 2de9927963
commit 0693d31138

View File

@ -33,6 +33,11 @@ page <http://llvm.org/releases/>`_.
Non-comprehensive list of changes in this release
=================================================
* The LLVMContext gains a new runtime check (see
LLVMContext::discardValueNames()) that can be set to discard Value names
(other than GlobalValue). This is intended to be used in release builds by
clients that are interested in saving CPU/memory as much as possible.
* .. note about autoconf build having been removed.
* .. note about C API functions LLVMParseBitcode,