File tree 3 files changed +4662
-4696
lines changed
3 files changed +4662
-4696
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ endif()
18
18
19
19
# This must be in sync with llvm/sycl/CMakeLists.txt.
20
20
SET_SOURCE_FILES_PROPERTIES ( ToolChains/MSVC .cpp ToolChains/Clang.cpp
21
- PROPERTIES COMPILE_DEFINITIONS SYCL_MAJOR_VERSION="5 " )
21
+ PROPERTIES COMPILE_DEFINITIONS SYCL_MAJOR_VERSION="6 " )
22
22
23
23
add_clang_library(clangDriver
24
24
Action.cpp
Original file line number Diff line number Diff line change @@ -27,12 +27,10 @@ include(SYCLUtils)
27
27
28
28
# The change in SYCL_MAJOR_VERSION must be accompanied with the same update in
29
29
# llvm/clang/lib/Driver/CMakeLists.txt.
30
- set (SYCL_MAJOR_VERSION 5 )
31
- set (SYCL_MINOR_VERSION 7 )
30
+ set (SYCL_MAJOR_VERSION 6 )
31
+ set (SYCL_MINOR_VERSION 0 )
32
32
set (SYCL_PATCH_VERSION 0)
33
- # Don't forget to re-enable sycl_symbols_windows.dump once we leave ABI-breaking
34
- # window!
35
- set (SYCL_DEV_ABI_VERSION 18)
33
+ set (SYCL_DEV_ABI_VERSION 0)
36
34
if (SYCL_ADD_DEV_VERSION_POSTFIX )
37
35
set (SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION} " )
38
36
endif ()
You can’t perform that action at this time.
0 commit comments