[PATCH] D31092: Bypass potential libc's sysconf wrappers for sysconf(_SC_PAGESIZE) call
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 13:17:21 PDT 2017
eugenis added a comment.
LGTM
================
Comment at: test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypass_test.cc:18
+ // CHECK: Passed
+ // CHECK-NOT: sysconf wrapper called
+ return 0;
----------------
Does the test fail w/o this change?
AFAIK CHECK-NOT should go both before and after the CHECK: Passed line.
https://reviews.llvm.org/D31092
More information about the llvm-commits
mailing list