summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/memcmp_test.cc
diff options
context:
space:
mode:
authorVlad Tsyrklevich <vlad@tsyrklevich.net>2019-02-26 18:28:15 +0000
committerVlad Tsyrklevich <vlad@tsyrklevich.net>2019-02-26 18:28:15 +0000
commit443e00a51bb918dcc2a4369c65808fe02dd43e1c (patch)
tree4668ccc2561d266b20c39bdd165ac2e21a1fa815 /compiler-rt/test/msan/memcmp_test.cc
parent9dada83d6c533376b919eaf93cea99772f180814 (diff)
downloadbcm5719-llvm-443e00a51bb918dcc2a4369c65808fe02dd43e1c.tar.gz
bcm5719-llvm-443e00a51bb918dcc2a4369c65808fe02dd43e1c.zip
Revert "[compiler-rt] Intercept the bcmp() function."
This reverts commits r354851, 354852, 354853 and r354888. They were causing build failures on the android sanitizer bot. llvm-svn: 354906
Diffstat (limited to 'compiler-rt/test/msan/memcmp_test.cc')
-rw-r--r--compiler-rt/test/msan/memcmp_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/msan/memcmp_test.cc b/compiler-rt/test/msan/memcmp_test.cc
index 42230cc4d0c..5ade58a6004 100644
--- a/compiler-rt/test/msan/memcmp_test.cc
+++ b/compiler-rt/test/msan/memcmp_test.cc
@@ -13,6 +13,6 @@ int main(int argc, char **argv) {
if (!res)
printf("equals");
return 0;
- // CHECK: Uninitialized bytes in MemcmpInterceptorCommon at offset 3
+ // CHECK: Uninitialized bytes in __interceptor_memcmp at offset 3
// CHECK: MemorySanitizer: use-of-uninitialized-value
}
OpenPOWER on IntegriCloud