mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-14 12:01:21 +00:00
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:
parent
2de9927963
commit
0693d31138
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user