mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 16:16:07 +00:00
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
UNSUPPORTED: darwin, target={{.*(freebsd|windows).*}}
|
|
RUN: %cpp_compiler -fno-sanitize=address -fno-builtin %S/CustomAllocator.cpp %S/EmptyTest.cpp -o %t-NoAsanCustomAllocatorTest
|
|
RUN: %run %t-NoAsanCustomAllocatorTest -runs=1 2>&1 | FileCheck %s
|
|
|
|
CHECK: CALLOC-MEMCMP
|
|
CHECK-NEXT: CALLOC-STRNCMP
|
|
CHECK-NEXT: CALLOC-STRCMP
|
|
CHECK-NEXT: CALLOC-STRSTR
|