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