Displaying 2 results from an estimated 2 matches for "d85408".
Did you mean:
85408
2020 Sep 16
2
Making library calls for obj2yaml functionalities
Hi All,
Following up on
https://lists.llvm.org/pipermail/llvm-dev/2020-July/143512.html, and
https://reviews.llvm.org/D85408, we would like to consider a design which
allows external tools to read the structured contents of the .bb_addr_map
section with library calls into an LLVM library. At the same time, we need
to have tools/obj2yaml tests in place for bb_addr_map. So it sounds like
the perfect place to do it. However...
2020 Sep 18
2
Making library calls for obj2yaml functionalities
...into
it if I get some assurance.
James
>
> On Wed, 16 Sep 2020 at 22:00, Rahman Lavaee <rahmanl at google.com> wrote:
>
>> Hi All,
>>
>> Following up on
>> https://lists.llvm.org/pipermail/llvm-dev/2020-July/143512.html, and
>> https://reviews.llvm.org/D85408, we would like to consider a design
>> which allows external tools to read the structured contents of the
>> .bb_addr_map section with library calls into an LLVM library. At the same
>> time, we need to have tools/obj2yaml tests in place for bb_addr_map. So it
>> sounds like...