1REQUIRES: x86-registered-target && host-byteorder-little-endian 2RUN: sancov -skip-dead-files=0 -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s 3RUN: sancov -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.1.sancov | FileCheck --check-prefix=CHECK1 --allow-empty %s 4 5CHECK: Inputs{{[/\\]}}foo.cpp:5 foo() 6CHECK-NOT: {{.*__sanitizer.*}} 7CHECK1-NOT: {{.+}} 8 9