From working on lld I've learned this is generally the
preferred way for several reasons (e.g. more concise, improves
encapsulation).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D41265
[WebAssembly] Return ArrayRef's rather than const std::vector& ClosedPublic Authored by sbc100 on Dec 14 2017, 5:15 PM.
Details Summary From working on lld I've learned this is generally the
Diff Detail
Event TimelineHerald added subscribers: sunfish, aheejin, jgravelle-google and 2 others. · View Herald TranscriptDec 14 2017, 5:15 PM This revision is now accepted and ready to land.Dec 15 2017, 2:17 PM Closed by commit rL320906: [WebAssembly] Return ArrayRef's rather than const std::vector& (authored by sbc). · Explain WhyDec 15 2017, 6:10 PM This revision was automatically updated to reflect the committed changes.
Diff 127228 llvm/trunk/include/llvm/Object/Wasm.h
|