mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
Delete trailing whitespace.
Hopefully this forces cmake to re-run. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210830 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -234,7 +234,7 @@ option(LLVM_USE_OPROFILE
|
|||||||
# If enabled, verify we are on a platform that supports oprofile.
|
# If enabled, verify we are on a platform that supports oprofile.
|
||||||
if( LLVM_USE_OPROFILE )
|
if( LLVM_USE_OPROFILE )
|
||||||
if( NOT CMAKE_SYSTEM_NAME MATCHES "Linux" )
|
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( NOT CMAKE_SYSTEM_NAME MATCHES "Linux" )
|
||||||
endif( LLVM_USE_OPROFILE )
|
endif( LLVM_USE_OPROFILE )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user