9 #ifndef MLIR_SUPPORT_LOGICALRESULT_H
10 #define MLIR_SUPPORT_LOGICALRESULT_H
12 #include "llvm/Support/LogicalResult.h"
19 using llvm::FailureOr;
20 using llvm::LogicalResult;
21 using llvm::ParseResult;
22 using llvm::succeeded;
Include the generated interface declarations.