[llvm-bugs] [Bug 25297] New: Orc Compiler stopped work on Windows with MSVC + windows 7

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 23 03:34:41 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=25297

            Bug ID: 25297
           Summary: Orc Compiler stopped work on Windows with MSVC +
                    windows 7
           Product: compiler-rt
           Version: 3.7
          Hardware: PC
                OS: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: mbsteixeira at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Run any Kaleidoscope-orc on windows 7 and it will crash. There no function
pointer.

For example :
def incr(x) x+1;
incr(1);   <-- it does not jit.

My real case it crashes executing 
     writeBytesUnaligned(0, Target, Value + RE.Addend); that is  in the
RuntimeDyldCOFFx86_64.h include file, line 99.

-- 
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/20151023/8b200d27/attachment.html>


More information about the llvm-bugs mailing list