This field to represents the amount of static data needed by
an dynamic library or executable it should not include things
like heap or stack areas, which in the case of -pie are
not determined until runtime (e.g. __stack_pointer is imported).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
280 ms | windows > lld.ELF/invalid::symtab-sh-info.s |
Event Timeline
lld/wasm/Writer.cpp | ||
---|---|---|
299 | memoryPtr - dataStart also appears on line 296, maybe worth a lccal variable? (I'm not sure of LLVM conventions there.) |
memoryPtr - dataStart also appears on line 296, maybe worth a lccal variable? (I'm not sure of LLVM conventions there.)