summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-without-libc.c
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2015-12-07 21:18:16 +0000
committerXinliang David Li <davidxl@google.com>2015-12-07 21:18:16 +0000
commitb20b9ad33533d0fdd4f694fec6c477c08469b94e (patch)
tree2c7a07a06c9d77afe8435f9293f389ee41c074f2 /test/profile/instrprof-without-libc.c
parent826b9958d149615a76595d94821c0e5edeb05e2f (diff)
[PGO] Stop leaking libc function to buffer API impl
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@254943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile/instrprof-without-libc.c')
-rw-r--r--test/profile/instrprof-without-libc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/profile/instrprof-without-libc.c b/test/profile/instrprof-without-libc.c
index fc6c9b25b..f23149186 100644
--- a/test/profile/instrprof-without-libc.c
+++ b/test/profile/instrprof-without-libc.c
@@ -56,5 +56,6 @@ int main(int argc, const char *argv[]) {
// CHECK-SYMBOLS-NOT: _fopen
// CHECK-SYMBOLS-NOT: _fwrite
// CHECK-SYMBOLS-NOT: _getenv
+// CHECK-SYMBOLS-NOT: getenv
// CHECK-SYMBOLS-NOT: _malloc
// CHECK-SYMBOLS-NOT: _open