[LLVMbugs] [Bug 13833] JIT generated code crash on erroneous null instruction

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 24 01:24:23 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13833

Eran Weiss <eran.weiss at emc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Eran Weiss <eran.weiss at emc.com> 2012-09-24 03:24:23 CDT ---
I've found the problem - JIT generates code for x86_64 while the program is in
x86 mode.

However, llvm-c ignores the module Triple. Note that the code attached doesn't
specify a Triple, but the crash remains when the correct Triple is specified.

I have a patch, and I'll send it to llvm-commits.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list