diff options
Diffstat (limited to 'compiler-rt/test/profile/instrprof-without-libc.c')
-rw-r--r-- | compiler-rt/test/profile/instrprof-without-libc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/instrprof-without-libc.c b/compiler-rt/test/profile/instrprof-without-libc.c index f23149186cf..eb0a76ded39 100644 --- a/compiler-rt/test/profile/instrprof-without-libc.c +++ b/compiler-rt/test/profile/instrprof-without-libc.c @@ -58,4 +58,9 @@ int main(int argc, const char *argv[]) { // CHECK-SYMBOLS-NOT: _getenv // CHECK-SYMBOLS-NOT: getenv // CHECK-SYMBOLS-NOT: _malloc +// CHECK-SYMBOLS-NOT: malloc +// CHECK-SYMBOLS-NOT: _calloc +// CHECK-SYMBOLS-NOT: calloc +// CHECK-SYMBOLS-NOT: _free +// CHECK-SYMBOLS-NOT: free // CHECK-SYMBOLS-NOT: _open |