Skip to content

Commit

Permalink
Add an entry in the Release Notes for LLVMContext::discardValueNames()
Browse files Browse the repository at this point in the history
From: Mehdi Amini <[email protected]>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263088 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
joker-eph committed Mar 10, 2016
1 parent 2de9927 commit 0693d31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0693d31

Please sign in to comment.