Displaying 2 results from an estimated 2 matches for "175c52df".
Did you mean:
174c22df
2016 May 31
0
[RFC] Thoughts on a bitcode symbol table
On Fri, May 27, 2016 at 8:48 AM, Rafael EspĂndola <llvm-dev at lists.llvm.org>
wrote:
> This is about https://llvm.org/bugs/show_bug.cgi?id=27551.
>
> Currently there is no easy way to get symbol information out of
> bitcode files. One has to read the module and mangle the names. This
> has a few problem
>
This would be great for ThinLTO as well:
>
> * During lto
2016 May 27
3
[RFC] Thoughts on a bitcode symbol table
This is about https://llvm.org/bugs/show_bug.cgi?id=27551.
Currently there is no easy way to get symbol information out of
bitcode files. One has to read the module and mangle the names. This
has a few problem
* During lto we have to create the Module earlier.
* There is no convenient spot to store flags/summary.
* Simpler tools like llvm-nm have massive dependencies because Object
depends on MC