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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to