Month: January 2024

Adding debug support to tinylang – Advanced IR Generation-1Adding debug support to tinylang – Advanced IR Generation-1

We encapsulate the generation of debug metadata in the new CGDebugInfo class. Additionally, we place the declaration in the tinylang/CodeGen/CGDebugInfo.h header file and the definition in the tinylang/CodeGen/CGDebugInfo.cpp file.The CGDebugInfo [...]