File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+
2+ ===============================================================================
3+ Changes in 2.0rc1
4+ ===============================================================================
5+
6+ - Upgraded to LLVM OpenMP 11.0
7+ - Fixed tests
8+
19===============================================================================
210 Changes in 1.0
311===============================================================================
Original file line number Diff line number Diff line change @@ -377,9 +377,9 @@ endif()
377377set (LIBOMP_LIB_FILE ${LIBBOLT_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX} )
378378
379379# Set BOLT version, release date, and build information
380- set (BOLT_VERSION "1.0 " )
381- set (BOLT_NUMVERSION "10000300 " )
382- set (BOLT_RELEASE_DATE "Tue May 5 6:00:00 UTC 2020" )
380+ set (BOLT_VERSION "2.0rc1 " )
381+ set (BOLT_NUMVERSION "20000201 " )
382+ set (BOLT_RELEASE_DATE "Tue Oct 27 6:00:00 UTC 2020" )
383383set (BOLT_COMPILER_CC ${CMAKE_C_COMPILER} )
384384set (BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER} )
385385if ("${libomp_build_type_lowercase} " STREQUAL "release" )
You can’t perform that action at this time.
0 commit comments