This combination was emitting the assembler source filename as file 1,
instead of the filename specified by the '.file 1' directive.
Fixes PR36636.
Paths
| Differential D44265
[DWARF] Fix mixing -g with DWARF .file directives ClosedPublic Authored by probinson on Mar 8 2018, 10:54 AM.
Details
Summary This combination was emitting the assembler source filename as file 1, Fixes PR36636.
Diff Detail Event TimelineComment Actions 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 Closed by commit rL327073: [DWARF] Fix mixing assembler -g with DWARF .file directives. (authored by probinson). · Explain WhyMar 8 2018, 2:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 137616 llvm/lib/MC/MCParser/AsmParser.cpp
llvm/test/MC/AsmParser/directive_file-2.s
|