forked from OSchip/llvm-project
9 lines
326 B
Plaintext
9 lines
326 B
Plaintext
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
|