[PATCH] D27654: Stop intercepting mallinfo and mallopt on FreeBSD

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 27 15:54:32 PST 2016


kcc added inline comments.


================
Comment at: test/asan/TestCases/mallinfo-mallopt.cpp:4
+// RUN: %clang_asan %s -o %t
+// XFAIL: freebsd
+
----------------
hm. is freebsd the only platform where this will fail? 
What about other non-linux OSes? 


https://reviews.llvm.org/D27654





More information about the llvm-commits mailing list