[llvm-commits] [compiler-rt] r172830 - /compiler-rt/trunk/lib/CMakeLists.txt
Alexey Samsonov
samsonov at google.com
Fri Jan 18 09:03:47 PST 2013
Author: samsonov
Date: Fri Jan 18 11:03:47 2013
New Revision: 172830
URL: http://llvm.org/viewvc/llvm-project?rev=172830&view=rev
Log:
Fix a typo from r172289
Modified:
compiler-rt/trunk/lib/CMakeLists.txt
Modified: compiler-rt/trunk/lib/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/CMakeLists.txt?rev=172830&r1=172829&r2=172830&view=diff
==============================================================================
--- compiler-rt/trunk/lib/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/CMakeLists.txt Fri Jan 18 11:03:47 2013
@@ -8,7 +8,7 @@
add_subdirectory(sanitizer_common)
if(NOT ANDROID)
add_subdirectory(ubsan)
- endif
+ endif()
endif()
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux" AND NOT ANDROID)
# ThreadSanitizer and MemorySanitizer are supported on Linux only.
More information about the llvm-commits
mailing list