When building with coverage, -no-integrated-as, and -c, the driver was
emitting -cc1 -coverage-file pointing at a file in /tmp. Ensure the
coverage file is emitted in the same directory as the output file.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Justin LGTM'd in mailing list.
Also discussed on mailing list: I plan to extend FileCheck to be able to handle --define PWD=pwd so that I can more accurately test that the .gcno file gets created in the current directory in the case of not passing -o.