Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/MC/WasmObjectWriter.cpp | ||
---|---|---|
512 ↗ | (On Diff #144815) | cast_or_null is used in if-else branch, do we need to check SectionSymbol? |
Paths
| Differential D46335
[WebAssembly] MC: Create and use first class section symbols ClosedPublic Authored by sbc100 on May 1 2018, 3:25 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin and 3 others. · View Herald TranscriptMay 1 2018, 3:25 PM
This revision is now accepted and ready to land.May 2 2018, 11:53 AM Closed by commit rL331413: [WebAssembly] MC: Create and use first class section symbols (authored by sbc). · Explain WhyMay 2 2018, 4:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 144953 llvm/trunk/lib/MC/MCContext.cpp
llvm/trunk/lib/MC/MCObjectFileInfo.cpp
llvm/trunk/lib/MC/MCWasmStreamer.cpp
llvm/trunk/lib/MC/WasmObjectWriter.cpp
llvm/trunk/test/MC/WebAssembly/blockaddress.ll
llvm/trunk/test/MC/WebAssembly/debug-info.ll
|