Skip to content

Commit

Permalink
Fix conflict resolution for libclc
Browse files Browse the repository at this point in the history
  • Loading branch information
sys-ce-bb committed Apr 5, 2024
1 parent 71e345f commit ce70040
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libclc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,10 @@ message( STATUS "libclc toolchain - llvm-as: ${LLVM_AS}" )
message( STATUS "libclc toolchain - llvm-link: ${LLVM_LINK}" )
message( STATUS "libclc toolchain - opt: ${LLVM_OPT}" )
message( STATUS "libclc toolchain - llvm-spirv: ${LLVM_SPIRV}" )
if( NOT LLVM_CLANG OR NOT LLVM_OPT OR NOT LLVM_AS OR NOT LLVM_LINK )
message( STATUS "libclc toolchain - libclc-remangler: ${LIBCLC_REMANGLER}" )
message( STATUS "" )
if( NOT LLVM_CLANG OR NOT LLVM_OPT OR NOT LLVM_AS OR NOT LLVM_LINK
OR NOT LIBCLC_REMANGLER )
message( FATAL_ERROR "libclc toolchain incomplete!" )
endif()

Expand Down

0 comments on commit ce70040

Please sign in to comment.