search for: 70ac0f6c

Displaying 1 result from an estimated 1 matches for "70ac0f6c".

2013 May 20
2
[LLVMdev] module passes that eliminate unused global symbols
My module contains one function that calls a handful of functions in another module (which contains a huge collection of functions). The goal is to make the module 'self-contained', i.e. no calls across module boundaries, and as minimal as possible, i.e. it does not contain any function which is not called directly or indirectly from the original function. So, I linked in the callee