Displaying 3 results from an estimated 3 matches for "lc11".
Did you mean:
c11
2011 Jul 25
2
[LLVMdev] dragon egg adding extra characters to function names
...ng at compiling some pieces of the standard library with llvm but
I'm running into problems with some functions being renamed by dragonegg.
For example, when I compile the acos implementation with plain gcc I get:
$ nm acos.o
0000000000000000 r .LC1
0000000000000048 r .LC10
0000000000000050 r .LC11
0000000000000058 r .LC12
0000000000000060 r .LC13
0000000000000068 r .LC14
0000000000000070 r .LC15
0000000000000008 r .LC2
0000000000000010 r .LC3
0000000000000018 r .LC4
0000000000000020 r .LC5
0000000000000028 r .LC6
0000000000000030 r .LC7
0000000000000038 r .LC8
0000000000000040 r .LC9
0000000...
2011 Jul 26
0
[LLVMdev] dragon egg adding extra characters to function names
...standard library with llvm but I'm
> running into problems with some functions being renamed by dragonegg. For
> example, when I compile the acos implementation with plain gcc I get:
>
> $ nm acos.o
> 0000000000000000 r .LC1
> 0000000000000048 r .LC10
> 0000000000000050 r .LC11
> 0000000000000058 r .LC12
> 0000000000000060 r .LC13
> 0000000000000068 r .LC14
> 0000000000000070 r .LC15
> 0000000000000008 r .LC2
> 0000000000000010 r .LC3
> 0000000000000018 r .LC4
> 0000000000000020 r .LC5
> 0000000000000028 r .LC6
> 0000000000000030 r .LC7
>...
2011 Jul 27
2
[LLVMdev] dragon egg adding extra characters to function names
...39;m
> > running into problems with some functions being renamed by dragonegg. For
> > example, when I compile the acos implementation with plain gcc I get:
> >
> > $ nm acos.o
> > 0000000000000000 r .LC1
> > 0000000000000048 r .LC10
> > 0000000000000050 r .LC11
> > 0000000000000058 r .LC12
> > 0000000000000060 r .LC13
> > 0000000000000068 r .LC14
> > 0000000000000070 r .LC15
> > 0000000000000008 r .LC2
> > 0000000000000010 r .LC3
> > 0000000000000018 r .LC4
> > 0000000000000020 r .LC5
> > 0000000000000...