SLTozer wrote:

Yes, to my knowledge Swift emits dbg.values out of its front end, so there's 
probably no reason (on the LLVM side) that clang couldn't do so as well. There 
might be good reasons internal to clang that it doesn't use debug values atm, 
and it's not inconceivable that we'd hit some cases that LLVM handles poorly at 
the moment (right now assignment tracking depends on reading dbg.declares, for 
example), but that's something that could be tackled in a separate review.

https://github.com/llvm/llvm-project/pull/94100
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to