Issue 71796
Summary Question about how to attach the thread of the process that JIT compile LLVM IR when debug?
Labels new issue
Assignees
Reporter Thrrreeee
    When we debug the JIT program, the JIT should create a new thread specifically for compilation operations when compiling LLVM IR. But my current sample compilation speed is very fast, and I cannot find the thread information in time. Is there any way to discover threads or set breakpoints to debug?
JIT process happens between these two lines of code.

![image](https://github.com/llvm/llvm-project/assets/72311224/e54dd39c-dc7a-4d80-86e7-b1415f341882)

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to