Skip to content

Commit

Permalink
Revert change for rename of lib name for opencl-clang
Browse files Browse the repository at this point in the history
Change-Id: I8f853461ffa3eb5b14dc26c8c18a1beb36844ab6
  • Loading branch information
lwesiers authored and gfxbot committed Jul 1, 2019
1 parent aec7d36 commit 8ded4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IGC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3273,7 +3273,7 @@ endif()

if(WIN32)
igc_arch_get_cpu(_cpuSuffix)
set(COMMON_CLANG_LIBRARY_NAME ${COMMON_CLANG_LIBRARY_NAME}${_cpuSuffix})
set(COMMON_CLANG_LIBRARY_NAME common_clang${_cpuSuffix})
set(COMMON_CLANG_LIB_FULL_NAME "${COMMON_CLANG_LIBRARY_NAME}${CMAKE_SHARED_LIBRARY_SUFFIX}")

message(STATUS "OpenCL Clang library name to load: ${COMMON_CLANG_LIB_FULL_NAME}")
Expand Down

0 comments on commit 8ded4d5

Please sign in to comment.