summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2016-06-07 04:44:49 +0000
committerDan Liew <dan@su-root.co.uk>2016-06-07 04:44:49 +0000
commitd15c106c9bd0a2edec9bd18f24278c0136bae4ad (patch)
treec9fad8be97a0af5e264d8d320e03e5c9e22db4ee /llvm/lib
parent0d09f14554ced2e9216f3de3597b726d605d579a (diff)
downloadbcm5719-llvm-d15c106c9bd0a2edec9bd18f24278c0136bae4ad.tar.gz
bcm5719-llvm-d15c106c9bd0a2edec9bd18f24278c0136bae4ad.zip
[LibFuzzer] s/dataflow sanitizer/DataflowSanitizer/
llvm-svn: 271980
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Fuzzer/test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/CMakeLists.txt b/llvm/lib/Fuzzer/test/CMakeLists.txt
index 14e8f458c0d..6d05ec1dedf 100644
--- a/llvm/lib/Fuzzer/test/CMakeLists.txt
+++ b/llvm/lib/Fuzzer/test/CMakeLists.txt
@@ -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()
OpenPOWER on IntegriCloud