[LLVMbugs] [Bug 21177] New: lli says: LLVM ERROR: Cannot load value of type { i64, i32 }!

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Oct 6 13:53:00 PDT 2014


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: unassignedbugs at nondot.org
          Reporter: regehr at cs.utah.edu
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141006/06886ad1/attachment.html>


More information about the llvm-bugs mailing list