[llvm] r210830 - Delete trailing whitespace.

Matt Arsenault Matthew.Arsenault at amd.com
Thu Jun 12 14:27:03 PDT 2014


Author: arsenm
Date: Thu Jun 12 16:27:03 2014
New Revision: 210830

URL: http://llvm.org/viewvc/llvm-project?rev=210830&view=rev
Log:
Delete trailing whitespace.

Hopefully this forces cmake to re-run.

Modified:
    llvm/trunk/CMakeLists.txt

Modified: llvm/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=210830&r1=210829&r2=210830&view=diff
==============================================================================
--- llvm/trunk/CMakeLists.txt (original)
+++ llvm/trunk/CMakeLists.txt Thu Jun 12 16:27:03 2014
@@ -234,7 +234,7 @@ option(LLVM_USE_OPROFILE
 # If enabled, verify we are on a platform that supports oprofile.
 if( LLVM_USE_OPROFILE )
   if( NOT CMAKE_SYSTEM_NAME MATCHES "Linux" )
-    message(FATAL_ERROR "OProfile support is available on Linux only.") 
+    message(FATAL_ERROR "OProfile support is available on Linux only.")
   endif( NOT CMAKE_SYSTEM_NAME MATCHES "Linux" )
 endif( LLVM_USE_OPROFILE )
 





More information about the llvm-commits mailing list