diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-10-22 18:45:12 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-10-22 18:45:12 +0000 |
commit | fd7c230c85dbc9b1c5145319a0d5eaeb99f61176 (patch) | |
tree | 1cf9269d992dd3735a244e918de807065e562f61 /cmake/config-ix.cmake | |
parent | ef4fc2cd6d9e1c04a13ff69ae1fd9d23f5c79d1c (diff) |
Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rwxr-xr-x | cmake/config-ix.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake index 1d64c13c3f..83ef8e584f 100755 --- a/cmake/config-ix.cmake +++ b/cmake/config-ix.cmake @@ -258,8 +258,6 @@ if( LLVM_ENABLE_THREADS ) endif() endif() -test_big_endian(LLVM_IS_HOST_BIG_ENDIAN) - if( ENABLE_THREADS ) message(STATUS "Threads enabled.") else( ENABLE_THREADS ) |