tensorflow / mlir

"Multi-Level Intermediate Representation" Compiler Infrastructure
1.73k stars 257 forks source link

LLVMFuncOp::addEntryBlock is missing a definition. #325

Closed tjingrant closed 4 years ago

tjingrant commented 4 years ago

Got a linking error for LLVMFuncOp::addEntryBlock, declared: https://github.com/tensorflow/mlir/blob/f33f6e16ec430da0989d5e3a287bed1d6d55f73f/include/mlir/Dialect/LLVMIR/LLVMOps.td#L608

Looks like it's missing a definition, I will send in a patch soon.