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 <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users > _______________________________________________ cfe-users mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users
