[PATCH] D73180: Ignore llvm/tools/mlir
Pavel Samolysov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 05:47:32 PST 2020
psamolysov created this revision.
psamolysov added reviewers: LLVM, mehdi_amini.
psamolysov added a project: LLVM.
Herald added subscribers: llvm-commits, aartbik, rriddle.
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.
I've added Nikolai, il
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73180
Files:
llvm/.gitignore
Index: llvm/.gitignore
===================================================================
--- llvm/.gitignore
+++ llvm/.gitignore
@@ -65,6 +65,8 @@
tools/lld
# llgo, which is tracked independently.
tools/llgo
+# MLIR, which is tracked independently.
+tools/mlir
# Polly, which is tracked independently.
tools/polly
# avrlit, which is tracked independently.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73180.239554.patch
Type: text/x-patch
Size: 364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200122/82ef57dd/attachment.bin>
More information about the llvm-commits
mailing list