search for: f685accd

Displaying 1 result from an estimated 1 matches for "f685accd".

2017 Nov 28
2
ABI Breaking Checks
The abi-breaking.h seems to be incompatible with modules, owing to it having strong definitions in the header. I'm wondering if I can make it compatible by changing the: __attribute__((weak, visibility("hidden"))) variables to __attribute__((used)) static variables instead? It still seems to produce the desired link errors in my basic tests. Does that seem plausible to you?