[llvm-bugs] [Bug 25828] New: MSVC: LLVM ERROR: No open frame (regression)
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Dec 14 22:51:30 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25828
Bug ID: 25828
Summary: MSVC: LLVM ERROR: No open frame (regression)
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: alex at crichton.co
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
When compiling the following IR with `llc -filetype=obj -relocation-model=pic`:
target triple = "i686-pc-windows-msvc"
define void @foo(i8) {
entry-block:
switch i8 %0, label %bb2 [
i8 1, label %bb1
i8 2, label %bb2
i8 3, label %bb3
i8 4, label %bb4
i8 5, label %bb5
]
bb1:
ret void
bb2:
ret void
bb3:
ret void
bb4:
ret void
bb5:
ret void
}
The error "LLVM ERROR: No open frame" is printed. A bisection pointed at
r254874 as the faulty commit, which looks like it was tweaking the calls around
that site as well?
--
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/20151215/fe563d11/attachment.html>
More information about the llvm-bugs
mailing list