fn getEmittedPdb(self: *Compile) LazyPath
Returns the generated PDB file. If the compilation does not produce a PDB file, this causes a FileNotFound error at build time.
self: *Compile,