Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Paths
| Differential D42013
[WebAssembly] Use ArrayRef over raw pointers ClosedPublic Authored by sbc100 on Jan 12 2018, 2:49 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin and 3 others. · View Herald TranscriptJan 12 2018, 2:49 PM
This revision is now accepted and ready to land.Jan 12 2018, 2:56 PM Closed by commit rLLD322423: [WebAssembly] Use ArrayRef over raw pointers (authored by sbc). · Explain WhyJan 12 2018, 4:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 129730 wasm/InputChunks.h
wasm/InputChunks.cpp
wasm/Writer.cpp
|
In lld we don't usually define trivial accessors but instead use data members directly.