Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | ||
---|---|---|
152 ↗ | (On Diff #182425) | Can we move all this code to a separate function e.g. writeProducerInfo? |
Paths
| Differential D56889
[WebAssembly] Add languages from debug info to producers section ClosedPublic Authored by tlively on Jan 17 2019, 5:46 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: sunfish, hiraditya, jgravelle-google, aprantl. · View Herald TranscriptJan 17 2019, 5:46 PM This revision is now accepted and ready to land.Jan 17 2019, 6:15 PM Closed by commit rL351507: [WebAssembly] Add languages from debug info to producers section (authored by tlively). · Explain WhyJan 17 2019, 6:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 182435 llvm/trunk/lib/Target/WebAssembly/LLVMBuild.txt
llvm/trunk/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
llvm/trunk/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
llvm/trunk/test/CodeGen/WebAssembly/custom-sections.ll
llvm/trunk/test/MC/WebAssembly/debug-info.ll
|