[compiler-rt] r200483 - Quick-fix a typo
Timur Iskhodzhanov
timurrrr at google.com
Thu Jan 30 11:19:48 PST 2014
Author: timurrrr
Date: Thu Jan 30 13:19:47 2014
New Revision: 200483
URL: http://llvm.org/viewvc/llvm-project?rev=200483&view=rev
Log:
Quick-fix a typo
Modified:
compiler-rt/trunk/lib/interception/CMakeLists.txt
Modified: compiler-rt/trunk/lib/interception/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/interception/CMakeLists.txt?rev=200483&r1=200482&r2=200483&view=diff
==============================================================================
--- compiler-rt/trunk/lib/interception/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/interception/CMakeLists.txt Thu Jan 30 13:19:47 2014
@@ -11,7 +11,7 @@ include_directories(..)
if (NOT MSVC)
set(INTERCEPTION_CFLAGS
- ${SANITIZER_COMMON_CFLAGS})
+ ${SANITIZER_COMMON_CFLAGS}
-fno-rtti)
else()
set(INTERCEPTION_CFLAGS
More information about the llvm-commits
mailing list