We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df79015 + 4cb1803 commit 312f171Copy full SHA for 312f171
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