[LibFuzzer] s/dataflow sanitizer/DataflowSanitizer/

llvm-svn: 271980
This commit is contained in:
Dan Liew 2016-06-07 04:44:49 +00:00
parent 0d09f14554
commit d15c106c9b
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ set_target_properties(LLVMFuzzer-Unittest
include_directories(..)
if(APPLE)
message(WARNING "Dataflow sanitizer is not supported on Apple platforms."
" Building and running LibFuzzer dataflow sanitizer tests is disabled."
message(WARNING "DataflowSanitizer is not supported on Apple platforms."
" Building and running LibFuzzer DataflowSanitizer tests is disabled."
)
set(HAS_DFSAN 0)
else()