]> granicus.if.org Git - clang/commit
DebugInfo can be enabled or disabled at function level (e.g. using an attribute)...
authorDevang Patel <dpatel@apple.com>
Mon, 7 Mar 2011 18:45:56 +0000 (18:45 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 7 Mar 2011 18:45:56 +0000 (18:45 +0000)
commitaa11289f754d220c9c155b68a4f84cdcfcefef6a
tree289e73302fe26d25b23e9159c5e8776800d050ed
parent5de7a0e8800b89780e565c1013e566414f11546a
DebugInfo can be enabled or disabled at function level (e.g. using an attribute). However, at module level it is determined by command line option and the state of command line option does not change during compilation. Make this layering explicit and fix accidental cases where the code generator was checking whether module has debug info enabled instead of checking whether debug info is enabled for this function or not.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127165 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h