Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/wasm/InputChunks.h | ||
---|---|---|
147 | can this be deleted? | |
lld/wasm/InputFiles.cpp | ||
368 | this doesn't include .debug_line_str. Also, I guess the current situation is that we are creating the sections with the flags on the LLVM side, but we don't currently have a way to encode custom section flags? | |
lld/wasm/OutputSections.cpp | ||
251 | does this not apply to generic chunks the same way? | |
256 | is this needed? |
lld/wasm/InputFiles.cpp | ||
---|---|---|
368 | Yes, sadly that is the current situation. I hope to improve that by adding flag that can apply to custom sections as well as data segments. | |
lld/wasm/OutputSections.cpp | ||
251 | For now at least it looks like we don't need. Removed. | |
256 | I turns out for custom sections this is not currently needed. Removed. |