(Sorry, mail client totally destroyed that last message. Trying again.)<br><br>Hi everybody. I'm trying to use DIBuilder to emit debug information, but in the generated metadata, it appears that references to the compilation unit are being left null. The llvm.dbg.sp node also fails to get generated. Other than these missing pieces, the metadata looks otherwise correct. I am calling DIBuilder::finalize. When I try to inspect variables in GDB, it replies:<br>
<br>(gdb) print x<br>Unable to access variable "x"<br>$1 = <variable optimized away by compiler><br><br>This ring any bells with anyone? Let me know if you need more information. Thanks.<br><br>-Joe<br>