Differential Revision: https://reviews.llvm.org/D28709
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292745
91177308-0d34-0410-b5e6-
96231b3b80d8
TraceMallocTest
)
-if(APPLE)
- # LeakSanitizer is not supported on OSX right now
+if(APPLE OR MSVC)
+ # LeakSanitizer is not supported on OSX and Windows right now
set(HAS_LSAN 0)
- message(WARNING "LeakSanitizer is not supported on Apple platforms."
+ message(WARNING "LeakSanitizer is not supported."
" Building and running LibFuzzer LeakSanitizer tests is disabled."
)
else()