You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
326 B
9 lines
326 B
UNSUPPORTED: android
|
|
|
|
Verify that various functions are *not* present in the minimal binary. Presence
|
|
of those symbols in the minimal runtime would mean that the split code made it
|
|
back into the core Sanitizer runtime library.
|
|
|
|
RUN: nm %shared_minlibscudo | not grep Symbolizer
|
|
RUN: nm %shared_minlibscudo | not grep Coverage
|