We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eaf3a7 commit 4cb1803Copy full SHA for 4cb1803
libclc/cmake/modules/AddLibclc.cmake
@@ -24,7 +24,7 @@ function(compile_to_bc)
24
${ARGN}
25
)
26
27
- # If this is an LLVM IR file (identified soley by its file suffix),
+ # If this is an LLVM IR file (identified solely by its file suffix),
28
# pre-process it with clang to a temp file, then assemble that to bytecode.
29
set( TMP_SUFFIX )
30
get_filename_component( FILE_EXT ${ARG_INPUT} EXT )
0 commit comments