[PATCH] D149024: Restore CodeGen/MachineValueType.h from `Support`

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 08:55:52 PDT 2023


aaron.ballman added a comment.

In D149024#4312654 <https://reviews.llvm.org/D149024#4312654>, @vzakhari wrote:

> Hello @chapuni, the commit breaks MLIR build, because the old path is used e.g. in https://github.com/llvm/llvm-project/blob/main/mlir/tools/mlir-tblgen/LLVMIRIntrinsicGen.cpp
> Could you please fix it?

This broke a lot of bots, not just the MLIR bot, so please fix or revert:
https://lab.llvm.org/buildbot/#/builders/89/builds/40361
https://lab.llvm.org/buildbot/#/builders/175/builds/28771
https://lab.llvm.org/buildbot/#/builders/197/builds/4717
(and others)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149024/new/

https://reviews.llvm.org/D149024



More information about the llvm-commits mailing list