mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[LibFuzzer] s/dataflow sanitizer/DataflowSanitizer/
llvm-svn: 271980
This commit is contained in:
parent
713f230c8d
commit
7c363e3401
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user