nikic wrote:

Given that the kernel cannot be compiled without optimizations, it would be 
good to do a test build that always does the lowering in PrepareInlineAsm even 
with optimizations (that is drop the `TM->getOptLevel() == 
CodeGenOptLevel::None` check). That should give us a lot more confidence that 
this will work correctly end-to-end.

https://github.com/llvm/llvm-project/pull/181973
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to