This is an archive of the discontinued LLVM Phabricator instance.

[DWARF] Fix mixing -g with DWARF .file directives
ClosedPublic

Authored by probinson on Mar 8 2018, 10:54 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

probinson created this revision.Mar 8 2018, 10:54 AM
dblaikie accepted this revision.Mar 8 2018, 1:24 PM

Seems OK - maybe could use some more comments explaining what is going on in enableGenDwarfForAssembly

This revision is now accepted and ready to land.Mar 8 2018, 1:24 PM

Added more commentary. Now back to round 3 of getting the "file 0" patch in...

This revision was automatically updated to reflect the committed changes.