]> granicus.if.org Git - clang/commit
Workaround an LLVM bug where inlining functions with debug info breaks
authorDaniel Dunbar <daniel@zuster.org>
Wed, 29 Oct 2008 08:50:02 +0000 (08:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 29 Oct 2008 08:50:02 +0000 (08:50 +0000)
commit90f41303c60195a3c1109c02cf3455d21894e387
tree224463d99f11cc62d770febb631c15ca0209f12d
parentac7ffe0102c09064588dbec758618492c9eb12c9
Workaround an LLVM bug where inlining functions with debug info breaks
code generation.
 - For now, disable running the always inliner pass (at -O0) if we are
   also generating debug information.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58376 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/Backend.cpp