Displaying 2 results from an estimated 2 matches for "d88938".
2020 Oct 07
4
[RFC] Tooling for parsing and symbolication of Sanitizer reports
...r tools simpler.
2. Take the Sanitizer reports and “Symbolicate” them. That is, add
missing symbol information (function name, source file, line number)
to the structured data version of the report.
The initial stubs for the proposal in this RFC are provided in this
patch: https://reviews.llvm.org/D88938 .
Any thoughts on this RFC on the patch would be appreciated.
# Issues with the existing solutions
* An official parser for sanitizer reports does not exist. Currently
we just tell our users to implement their own (e.g. [1]). This creates
an unnecessary duplication of effort.
* The existing symb...
2020 Oct 07
4
[RFC] Tooling for parsing and symbolication of Sanitizer reports
...ts and “Symbolicate” them. That is, add
>> missing symbol information (function name, source file, line number)
>> to the structured data version of the report.
>>
>> The initial stubs for the proposal in this RFC are provided in this
>> patch: https://reviews.llvm.org/D88938 .
>>
>> Any thoughts on this RFC on the patch would be appreciated.
>>
>> # Issues with the existing solutions
>>
>> * An official parser for sanitizer reports does not exist. Currently
>> we just tell our users to implement their own (e.g. [1]). This creat...