[LLVMbugs] [Bug 22420] New: gdb.opt__inline-locals.exp is failing
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 30 15:35:42 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22420
Bug ID: 22420
Summary: gdb.opt__inline-locals.exp is failing
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Transformation Utilities
Assignee: unassignedbugs at nondot.org
Reporter: aprantl at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
From: David Blaikie <dblaikie at gmail.com>
Looks like this might've caused
http://lab.llvm.org:8011/builders/clang-x86_64-ubuntu-gdb-75/builds/19791/steps/gdb-75-check/logs/gdb.opt__inline-locals.exp
(sorry, the bots been red for a bit with my line table changes - I'm working on
fixing those, but this occurred for the first time in the log I've linked
there)
On Thu, Jan 29, 2015 at 5:55 PM, Adrian Prantl <aprantl at apple.com> wrote:
Author: adrian
Date: Thu Jan 29 19:55:25 2015
New Revision: 227544
URL: http://llvm.org/viewvc/llvm-project?rev=227544&view=rev
Log:
Fix PR22386. The inliner moves static allocas to the entry basic block
so we need to move the dbg.declare intrinsics that describe them, too.
Added:
llvm/trunk/test/Transforms/Inline/alloca-dbgdeclare.ll
Modified:
llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150130/18e4b132/attachment.html>
More information about the llvm-bugs
mailing list