xref: /llvm-project/compiler-rt/test/scudo/symbols.test (revision f7c5c0d87b8ae5e55006fd3a31994cd68d64f102)
1UNSUPPORTED: android
2
3Verify that various functions are *not* present in the minimal binary. Presence
4of those symbols in the minimal runtime would mean that the split code made it
5back into the core Sanitizer runtime library.
6
7RUN: nm %shared_minlibscudo | not grep Symbolizer
8RUN: nm %shared_minlibscudo | not grep Coverage
9