Emit both DWARF and CodeView if "CodeView" and "Dwarf Version" module
flags are set.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D11756
If the "CodeView" module flag is set, emit codeview instead of DWARF ClosedPublic Authored by rnk on Aug 4 2015, 9:50 AM.
Details Summary Emit both DWARF and CodeView if "CodeView" and "Dwarf Version" module
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 5 2015, 3:01 PM Closed by commit rL244158: If the "CodeView" module flag is set, emit codeview instead of DWARF (authored by rnk). · Explain WhyAug 5 2015, 3:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 31404 llvm/trunk/include/llvm/IR/Module.h
llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/trunk/lib/IR/Module.cpp
llvm/trunk/test/DebugInfo/COFF/asan-module-ctor.ll
llvm/trunk/test/DebugInfo/COFF/asan-module-without-functions.ll
llvm/trunk/test/DebugInfo/COFF/asm.ll
llvm/trunk/test/DebugInfo/COFF/cpp-mangling.ll
llvm/trunk/test/DebugInfo/COFF/multifile.ll
llvm/trunk/test/DebugInfo/COFF/multifunction.ll
llvm/trunk/test/DebugInfo/COFF/simple.ll
llvm/trunk/test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll
llvm/trunk/test/DebugInfo/X86/coff_debug_info_type.ll
llvm/trunk/test/MC/ARM/coff-debugging-secrel.ll
|