• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1The purpose of this check is to verify that static library imports
2are transitive, i.e. that if foo imports a static library bar, which
3imports another static library zoo, then libfoo.so will be linked
4against both libbar.a and libzoo.a properly.
5
6