summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/cmake
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2016-05-17 20:51:24 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2016-05-17 20:51:24 +0000
commit975dabc96e4e44478fb2ea8ce24de7cf089437a2 (patch)
tree9e11c3151543b66efd4215518b7cd951b202be07 /openmp/runtime/cmake
parent924a6627eae89108afcecc022e6e7dded20dbd82 (diff)
downloadbcm5719-llvm-975dabc96e4e44478fb2ea8ce24de7cf089437a2.tar.gz
bcm5719-llvm-975dabc96e4e44478fb2ea8ce24de7cf089437a2.zip
Remove trailing whitespace in CMake files
llvm-svn: 269836
Diffstat (limited to 'openmp/runtime/cmake')
-rw-r--r--openmp/runtime/cmake/config-ix.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/openmp/runtime/cmake/config-ix.cmake b/openmp/runtime/cmake/config-ix.cmake
index ef1f0a4d6c8..b1f8b6711c0 100644
--- a/openmp/runtime/cmake/config-ix.cmake
+++ b/openmp/runtime/cmake/config-ix.cmake
@@ -194,11 +194,11 @@ endif()
if(${LIBOMP_STATS})
check_c_source_compiles(
"__thread int x;
- int main(int argc, char** argv)
+ int main(int argc, char** argv)
{ x = argc; return x; }"
LIBOMP_HAVE___THREAD)
check_c_source_compiles(
- "int main(int argc, char** argv)
+ "int main(int argc, char** argv)
{ unsigned long long t = __builtin_readcyclecounter(); return 0; }"
LIBOMP_HAVE___BUILTIN_READCYCLECOUNTER)
if(NOT LIBOMP_HAVE___BUILTIN_READCYCLECOUNTER)
@@ -253,7 +253,7 @@ if(${LIBOMP_USE_HWLOC})
set(CMAKE_REQUIRED_INCLUDES ${LIBOMP_HWLOC_INSTALL_DIR}/include)
check_include_file(hwloc.h LIBOMP_HAVE_HWLOC_H)
set(CMAKE_REQUIRED_INCLUDES)
- check_library_exists(hwloc hwloc_topology_init
+ check_library_exists(hwloc hwloc_topology_init
${LIBOMP_HWLOC_INSTALL_DIR}/lib LIBOMP_HAVE_LIBHWLOC)
find_library(LIBOMP_HWLOC_LIBRARY hwloc ${LIBOMP_HWLOC_INSTALL_DIR}/lib)
get_filename_component(LIBOMP_HWLOC_LIBRARY_DIR ${LIBOMP_HWLOC_LIBRARY} PATH)
OpenPOWER on IntegriCloud