[cfe-users] Linker Stripping
Will Dietz
wdietz2 at illinois.edu
Mon Oct 14 15:15:23 PDT 2013
Perhaps try some combination of:
__attribute__((used))
to prevent the symbol from being removed and perhaps
-rdynamic
when linking to ensure the symbols are exported.
Good luck, hope this helps!
~Will
On Mon, Oct 14, 2013 at 8:32 AM, Dallman, John <john.dallman at siemens.com> wrote:
>> Ok this is the whole story. ...
>
>
>
> Oh, right. If you'd explained that, I'd have stayed out of the whole issue:
> I have no
>
> experience of working with bitcode.
>
>
>
> --
>
> John Dallman
>
>
>
> -----------------
> Siemens Industry Software Limited is a limited company registered in England
> and Wales.
> Registered number: 3476850.
> Registered office: Faraday House, Sir William Siemens Square, Frimley,
> Surrey, GU16 8QD.
>
>
> _______________________________________________
> cfe-users mailing list
> cfe-users at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users
>
More information about the cfe-users
mailing list