This makes it an error for module-relative addresses to overlap. mmap
addresses are expected to be the runtime locations of the
module-relative virtual addresses, so the mapping should always be 1:1.
Details
Details
- Reviewers
jhenderson mcgrathr phosek MaskRay
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
2,009 ms | x64 debian > Clang.Driver::debug-options.c |
Event Timeline
llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp | ||
---|---|---|
120 | Is it not desirable to report the column location of the address field? This error is indicating that the address and/or size is problematic, so calling one of them the precise error location rather than the beginning of the line seems to make sense. |
Is it not desirable to report the column location of the address field? This error is indicating that the address and/or size is problematic, so calling one of them the precise error location rather than the beginning of the line seems to make sense.