Skip to content

Commit c645981

Browse files
committed
[mlir][bazel] Port llvm@ab166d4
Second attempt.
1 parent 86ef031 commit c645981

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mlir/include/mlir/InitAllExtensions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
#ifndef MLIR_INITALLEXTENSIONS_H_
1515
#define MLIR_INITALLEXTENSIONS_H_
1616

17-
#include "Conversion/MPIToLLVM/MPIToLLVM.h"
1817
#include "mlir/Conversion/ArithToLLVM/ArithToLLVM.h"
1918
#include "mlir/Conversion/ComplexToLLVM/ComplexToLLVM.h"
2019
#include "mlir/Conversion/ControlFlowToLLVM/ControlFlowToLLVM.h"
2120
#include "mlir/Conversion/FuncToLLVM/ConvertFuncToLLVM.h"
2221
#include "mlir/Conversion/GPUCommon/GPUToLLVM.h"
2322
#include "mlir/Conversion/GPUToNVVM/GPUToNVVM.h"
2423
#include "mlir/Conversion/IndexToLLVM/IndexToLLVM.h"
24+
#include "mlir/Conversion/MPIToLLVM/MPIToLLVM.h"
2525
#include "mlir/Conversion/MathToLLVM/MathToLLVM.h"
2626
#include "mlir/Conversion/MemRefToLLVM/MemRefToLLVM.h"
2727
#include "mlir/Conversion/NVVMToLLVM/NVVMToLLVM.h"

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5033,6 +5033,7 @@ cc_library(
50335033
":IndexToLLVM",
50345034
":LLVMToLLVMIRTranslation",
50355035
":LinalgTransformOps",
5036+
":MPIToLLVM",
50365037
":MathToLLVM",
50375038
":MemRefToLLVM",
50385039
":MemRefTransformOps",

0 commit comments

Comments
 (0)