Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 17591 Build 17591: arc lint + arc unit
Event Timeline
lib/MC/WasmObjectWriter.cpp | ||
---|---|---|
554 | 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 144803 lib/MC/MCContext.cpp
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCWasmStreamer.cpp
lib/MC/WasmObjectWriter.cpp
test/MC/WebAssembly/blockaddress.ll
test/MC/WebAssembly/debug-info.ll
|
cast_or_null is used in if-else branch, do we need to check SectionSymbol?