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

            Bug ID: 34974
           Summary: LLI build with LLVM_USE_INTEL_JITEVENTS crashes on
                    Windows 7
           Product: tools
           Version: 4.0
          Hardware: PC
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: lli
          Assignee: unassignedb...@nondot.org
          Reporter: florian.pichlme...@3ds.com
                CC: llvm-bugs@lists.llvm.org

Created attachment 19299
  --> https://bugs.llvm.org/attachment.cgi?id=19299&action=edit
Reproducer

Hi,

I have build LLVM 4 with -DLLVM_USE_INTEL_JITEVENTS=true, which works fine on
Linux, but on Windows it crashes in lli. The problem occurs at the access of
the DebugObj.getData().data() in IntelJITEventListener.cpp, with DebugObj being
a struct at NULL.

I tried LLVM 5.0 and the same issue appeared

Attached is a minimal reproducer generated with Clang

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to