mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
[mlir][Target][Cpp] Fix include.
mlir/include/mlir/Target/Cpp/CppEmitter.h:27:45: error: unknown type name 'raw_ostream'; did you mean 'llvm::raw_ostream'?
27 | LogicalResult translateToCpp(Operation *op, raw_ostream &os,
| ^~~~~~~~~~~
| llvm::raw_ostream
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#ifndef MLIR_TARGET_CPP_CPPEMITTER_H
|
||||
#define MLIR_TARGET_CPP_CPPEMITTER_H
|
||||
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "mlir/Support/LLVM.h"
|
||||
|
||||
namespace mlir {
|
||||
struct LogicalResult;
|
||||
|
||||
Reference in New Issue
Block a user