yanghaku opened a new pull request, #12817: URL: https://github.com/apache/tvm/pull/12817
File ```src/target/llvm/codegen_cpu.cc```: The member variable ```target_c_runtime_``` is uninitialized when used in function ```CodeGenCPU::Init```. So when calling the function ```CodeGenCPU::InitGlobalContext```, the value of ```target_c_runtime_``` may be ```true``` or ```false```, this will lead to the bug as the title described. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
