http://llvm.org/bugs/show_bug.cgi?id=21177
Bug ID: 21177
Summary: lli says: LLVM ERROR: Cannot load value of type { i64,
i32 }!
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Below: an lli crash that I get from 3.5.0 and also a more recent LLVM.
$ clang -c -emit-llvm small.c
$ lli --force-interpreter small.bc
LLVM ERROR: Cannot load value of type { i64, i32 }!
$ cat small.c
struct S2 {
int f0;
int f1;
int f2;
} a;
struct S2 fn1() {
return a;
}
int main() {
fn1();
return 0;
}
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs