buildsi / build-abi-tests

0 stars 0 forks source link

The ABI of inlined functions. #2

Open woodard opened 3 years ago

woodard commented 3 years ago

Right now libabigail only checks the exported functions from the symtab. It also needs to go through the functions which are inlined.

woodard commented 3 years ago

potential heuristic

given: abicompat app lib1 lib2 if an inlined function exists in app then the prototype and the types referenced by that prototype that exist in lib1 need to also be the same in lib2