]> granicus.if.org Git - clang/commit
Remove compile time PreserveName switch based on NDEBUG
authorMehdi Amini <mehdi.amini@apple.com>
Fri, 11 Mar 2016 17:15:44 +0000 (17:15 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Fri, 11 Mar 2016 17:15:44 +0000 (17:15 +0000)
commitd0eea119192814954e7368c77d0dc5a9eeec1fbb
tree006d2f66f5535eeb5e795132d07bab24eeb4f4c8
parent09354943b9c98d375b8eeb0d4d553e3204f73fa4
Remove compile time PreserveName switch based on NDEBUG

Summary:
Following r263086, we are now relying on a flag on the Context to
discard Value names in release builds.

Reviewers: chandlerc

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D18024

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263257 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuilder.h
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CodeGenAction.cpp
lib/CodeGen/CodeGenFunction.cpp