Skip to content

Commit

Permalink
adds missing header, removes Bazel unnecessary dependency (llvm#110932)
Browse files Browse the repository at this point in the history
The missing header is necessary to keep building with Bazel happy, and the dependency was erroneously added.
  • Loading branch information
cjdb authored and xgupta committed Oct 4, 2024
1 parent 2d4fe50 commit aef8d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H

#include "mlir/Support/LLVM.h"
#include <cstdint>

namespace mlir {
class DialectRegistry;
Expand Down
2 changes: 1 addition & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3749,10 +3749,10 @@ cc_library(
":BytecodeOpInterface",
":DialectUtils",
":IR",
":MaskableOpInterface",
":ShapedOpInterfaces",
":SideEffectInterfaces",
":VectorDialect",
":VectorOpsIncGen",
":ViewLikeInterface",
":XeGPUEnumsIncGen",
":XeGPUIncGen",
Expand Down

0 comments on commit aef8d3c

Please sign in to comment.