Issue 71632
Summary [MLIR][SPIRV] mlir::createConvertSCFToSPIRVPass don't implement in llvm-17.0.4
Labels mlir
Assignees
Reporter muzhailong
    in CMakeLists.txt, I use the following library.
`set(SC_SPIRV_LIBRARIES MLIRAnalysis
    MLIRIR
    MLIRDialect
    MLIRParser
 MLIRPass
    MLIRTransforms
    MLIRSideEffectInterfaces
 MLIRDialectUtils
    MLIRArithDialect
    MLIRArithToSPIRV
 MLIRSPIRVDialect
    MLIRSPIRVSerialization
    MLIRSPIRVConversion
 MLIRGPUDialect
    MLIRGPUToSPIRV
    MLIRSCFDialect
 MLIRSCFToSPIRV
    MLIRSCFTransformOps
 MLIRSCFTransforms
)`

the log is:
`
 undefined reference to `mlir::createConvertSCFToSPIRVPass()'
collect2: error: ld returned 1 exit status
`
I want to search the function, I only get the declaration, but not find the implementation.

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to