Skip to content
Snippets Groups Projects
Commit 67c8e147 authored by Alexey Samsonov's avatar Alexey Samsonov
Browse files

Fix a typo from r172289

llvm-svn: 172830
parent b068483d
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Darwin|Linux") ...@@ -8,7 +8,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Darwin|Linux")
add_subdirectory(sanitizer_common) add_subdirectory(sanitizer_common)
if(NOT ANDROID) if(NOT ANDROID)
add_subdirectory(ubsan) add_subdirectory(ubsan)
endif endif()
endif() endif()
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux" AND NOT ANDROID) if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux" AND NOT ANDROID)
# ThreadSanitizer and MemorySanitizer are supported on Linux only. # ThreadSanitizer and MemorySanitizer are supported on Linux only.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment