| 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.

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