[PATCH] D51670: lit: Make sure the builtin_commands directory is packaged by setup.py
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 26 08:00:17 PDT 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL343115: lit: Make sure the builtin_commands directory is packaged by setup.py (authored by tstellar, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D51670
Files:
llvm/trunk/utils/lit/MANIFEST.in
Index: llvm/trunk/utils/lit/MANIFEST.in
===================================================================
--- llvm/trunk/utils/lit/MANIFEST.in
+++ llvm/trunk/utils/lit/MANIFEST.in
@@ -1,4 +1,5 @@
include TODO lit.py
+recursive-include lit/builtin_commands *
recursive-include tests *
recursive-include examples *
global-exclude *pyc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51670.167139.patch
Type: text/x-patch
Size: 339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180926/909e1f48/attachment.bin>
More information about the llvm-commits
mailing list