[llvm] r186934 - Add an initial implementation of archive symbol table generation.

Rafael Espíndola rafael.espindola at gmail.com
Mon Jan 13 09:32:51 PST 2014


On 13 January 2014 05:34, Demikhovsky, Elena
<elena.demikhovsky at intel.com> wrote:
> Hi Rafael,
>
> My system administrator changed my user id and now it contains 8 digits.
> The code bellow fails with assertion (“8 < 6”). I checked my linux system
> and saw that uid_t is defined as unsigned int.
> I also have other failures in llvm-ar after I received a new UID. I assume
> that these hard-coded values should be changed.

Interesting. The format is actually hard coded. If you don't mind, can
you check what gnu ar does when you create an archive? It uses only
the last 6 decimal digits?

Cheers,
Rafael




More information about the llvm-commits mailing list