projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14832b0
)
Delete trailing whitespace.
author
Matt Arsenault
<Matthew.Arsenault@amd.com>
Thu, 12 Jun 2014 21:27:03 +0000
(21:27 +0000)
committer
Matt Arsenault
<Matthew.Arsenault@amd.com>
Thu, 12 Jun 2014 21:27:03 +0000
(21:27 +0000)
Hopefully this forces cmake to re-run.
llvm-svn: 210830
llvm/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/CMakeLists.txt
b/llvm/CMakeLists.txt
index
f5ff2c6
..
36e6ed8
100644
(file)
--- a/
llvm/CMakeLists.txt
+++ b/
llvm/CMakeLists.txt
@@
-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 )