Skip to content

Commit af7ca3c

Browse files
tensorflower-gardenerTensorFlow MLIR Team
authored andcommitted
llvm/llvm-project#162120 removed some automatic namespace determinations, so we need to explicitly specify some namespaces now. This is needed
for the LLVM integrate. PiperOrigin-RevId: 820836649
1 parent ca61bcb commit af7ca3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mhlo/IR/hlo_ops.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6614,6 +6614,10 @@ using mlir::hlo::printSelectOpType;
66146614
using mlir::hlo::printTupleOpType;
66156615
using mlir::hlo::printVariadicSameOperandsAndResultType;
66166616

6617+
using namespace mlir; // NOLINT
6618+
using mlir::mhlo::AsyncBundleType;
6619+
using mlir::mhlo::TokenType;
6620+
66176621
#define GET_OP_CLASSES
66186622
#include "mhlo/IR/hlo_ops.cc.inc"
66196623

0 commit comments

Comments
 (0)