[Mlir-commits] [mlir] [mlir][llvmir] expose Type(To/From)LLVMIRTranslator C API (PR #124864)
Maksim Levental
llvmlistbot at llvm.org
Thu Jan 30 11:04:48 PST 2025
makslevental wrote:
> I've merged [0e43b95](https://github.com/llvm/llvm-project/commit/0e43b9547d56762d29de9a99c998e7939417a1f3) to fix warnings from this PR.
Thank you for that (and sorry for both missing them and stepping) but does this resolve the other buildbot failures? I got this in an email
```
/usr/bin/ld: tools/mlir/lib/CAPI/Target/CMakeFiles/obj.MLIRCAPITarget.dir/LLVMIR.cpp.o: in function `mlirTypeFromLLVMIRTranslatorCreate':
LLVMIR.cpp:(.text.mlirTypeFromLLVMIRTranslatorCreate+0x20): undefined reference to `mlir::LLVM::TypeFromLLVMIRTranslator::TypeFromLLVMIRTranslator(mlir::MLIRContext&)'
/usr/bin/ld: tools/mlir/lib/CAPI/Target/CMakeFiles/obj.MLIRCAPITarget.dir/LLVMIR.cpp.o: in function `mlirTypeFromLLVMIRTranslatorDestroy':
LLVMIR.cpp:(.text.mlirTypeFromLLVMIRTranslatorDestroy+0x14): undefined reference to `mlir::LLVM::TypeFromLLVMIRTranslator::~TypeFromLLVMIRTranslator()'
/usr/bin/ld: tools/mlir/lib/CAPI/Target/CMakeFiles/obj.MLIRCAPITarget.dir/LLVMIR.cpp.o: in function `mlirTypeFromLLVMIRTranslatorTranslateType':
LLVMIR.cpp:(.text.mlirTypeFromLLVMIRTranslatorTranslateType+0x0): undefined reference to `mlir::LLVM::TypeFromLLVMIRTranslator::translateType(llvm::Type*)'
```
https://github.com/llvm/llvm-project/pull/124864
More information about the Mlir-commits
mailing list