[PATCH] D73180: Ignore llvm/tools/mlir

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 09:46:18 PST 2020


mehdi_amini requested changes to this revision.
mehdi_amini added a comment.
This revision now requires changes to proceed.

In D73180#1834239 <https://reviews.llvm.org/D73180#1834239>, @tstellar wrote:

> > Even though MLIR has been migrated to the monorepo, to let it be built we need to create a symlink inside the 'llvm/tools' directory. It looks like this directory should be ignored by Git since it is tracked independently as a part of the monorepo.
>
> Are there any plans to fix this so that it can be built with -DLLVM_ENABLE_PROJECTS like the other sub-projects?


This is already the case, there is no need for a symlink: https://mlir.llvm.org/getting_started/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73180





More information about the llvm-commits mailing list