search for: commentlib

Displaying 4 results from an estimated 4 matches for "commentlib".

2019 Mar 14
3
RFC: ELF Autolinking
...ocessor than in the build system. Also, if a program is dependent on an external library, autolinking allows the library writer to reorganize how that library is structured transparently to the users of the library. There are notes about utility in https://stackoverflow.com/questions/1685206/pragma-commentlib-xxx-lib-equivalent-under-linux and https://stackoverflow.com/questions/3851956/whats-pragma-comment-lib-lib-glut32-lib?noredirect=1&lq=1 . > I'm less convinced about --whole-archive as > I think this tends to be a way of structuring the build and would be > best made explicit in...
2019 Mar 14
2
RFC: ELF Autolinking
...so, if a program is dependent >> on an external library, autolinking allows the library writer to reorganize >> how that library is structured transparently to the users of the library. >> There are notes about utility in >> https://stackoverflow.com/questions/1685206/pragma-commentlib-xxx-lib-equivalent-under-linux >> and >> https://stackoverflow.com/questions/3851956/whats-pragma-comment-lib-lib-glut32-lib?noredirect=1&lq=1 >> . >> >> >>> I'm less convinced about --whole-archive as >>> I think this tends to be a way of str...
2019 Mar 18
2
RFC: ELF Autolinking
...t;>>> on an external library, autolinking allows the library writer to reorganize >>>> how that library is structured transparently to the users of the library. >>>> There are notes about utility in >>>> https://stackoverflow.com/questions/1685206/pragma-commentlib-xxx-lib-equivalent-under-linux >>>> and >>>> https://stackoverflow.com/questions/3851956/whats-pragma-comment-lib-lib-glut32-lib?noredirect=1&lq=1 >>>> . >>>> >>>> >>>>> I'm less convinced about --whole-archive as &g...
2019 Mar 14
11
RFC: ELF Autolinking
At Sony we offer autolinking as a feature in our ELF toolchain. We would like to see full support for this feature upstream as there is anecdotal evidence that it would find use beyond Sony. In general autolinking (https://en.wikipedia.org/wiki/Auto-linking) allows developers to specify inputs to the linker in their source code. LLVM and Clang already have support for autolinking on ELF via