Displaying 6 results from an estimated 6 matches for "261d".
Did you mean:
261
2015 Feb 25
0
Metadata suport for public mailboxes
...]
So my guess that the mail_attribute_public_dict is not available.
Is that the case or has it been implemented in a different way?
Thanks in advance,
Sergio
--
Sergio Talens-Oliag <sto at iti.es> <http://www.iti.es/>
Key fingerprint = FF77 A16B 9D09 FC7B 6656 CFAD 261D E19A 578A 36F2
2015 Feb 05
0
Bug when using METADATA and ACLs
...lable.
If someone can look into it I will be grateful; of course if more info is
needed I'm available to help as much as I can.
Thanks in advance,
Sergio.
--
Sergio Talens-Oliag <sto at iti.es> <http://www.iti.es/>
Key fingerprint = FF77 A16B 9D09 FC7B 6656 CFAD 261D E19A 578A 36F2
2018 Mar 23
0
LLVM gold plugin do not add llvm instrinsics symbols to the linker symbol table
...;source=g>
> łowackiego 173 | 80-298 Gda
> <https://maps.google.com/?q=ul.+S+owackiego+173+%7C+80-298+Gda+sk&entry=gmail&source=g>
> ńsk
> <https://maps.google.com/?q=ul.+S+owackiego+173+%7C+80-298+Gda+sk&entry=gmail&source=g>
> | Sąd Rejonowy Gdańsk Północ | VII Wydział Gospodarczy
> Krajowego Rejestru Sądowego - KRS 101882 | NIP 957-07-52-316 |
> Kapitał zakładowy 200.000 PLN.
>
> Ta wiadomość wraz z załącznikami jest przeznaczo...
2018 Mar 23
2
LLVM gold plugin do not add llvm instrinsics symbols to the linker symbol table
Hello Teresa,
> Without -flto, a.o ends up with a reference to __exp_finite,
That’s correct.
> which also would not be satifisfied out of libexp.a.
That’s not correct. Even if libexp.a would have __exp_finite, it wouldn’t be resolved from libexp.a, because of the behavior described in my first message.
> Do you also have an implementation of __exp_finite in your libexp.a?
No, I don’t
2018 Mar 23
0
LLVM gold plugin do not add llvm instrinsics symbols to the linker symbol table
...ughts on this?
>
>
>
> -Denis Bakhvalov
>
> Employee of Intel, compiler development team.
>
> ---------------------------------------------------------------------
>
> *Intel Technology Poland sp. z o.o.*ul. Słowackiego 173 | 80-298
> Gdańsk | Sąd Rejonowy Gdańsk Północ | VII Wydział
> Gospodarczy Krajowego Rejestru Sądowego - KRS 101882 | NIP
> 957-07-52-316 | Kapitał zakładowy 200.000 PLN.
>
> Ta wiadomość wraz z załącznikami jest przeznaczo...
2018 Mar 23
2
LLVM gold plugin do not add llvm instrinsics symbols to the linker symbol table
Dear community,
Recently I discovered that llvm gold linker plugin (LLVMgold.so) doesn't add llvm instrinsics symbols to the linker symbol table. I do not claim that something is necessary wrong, just want to share my observations with the community.
Brief summary
If I create a static library with a custom version of 'exp()' math function and link it as follows:
$