This revision adds basic support for emitting line table information when exporting to LLVMIR. We don't yet have a story for supporting all of the LLVM debug metadata, so this revision stubs some features(like subprograms) to enable emitting line tables.
Depends On D73932
I'd explicitly initialize compileUnit to nullptr since it is later used as a signaling state for not doing anything.