[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
Tue Sep 4 18:50:46 PDT 2018
tstellar created this revision.
tstellar added a reviewer: ddunbar.
Herald added a subscriber: delcypher.
This directory was missing from the lit package on pypi.org.
Repository:
rL LLVM
https://reviews.llvm.org/D51670
Files:
utils/lit/MANIFEST.in
Index: utils/lit/MANIFEST.in
===================================================================
--- utils/lit/MANIFEST.in
+++ 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.163962.patch
Type: text/x-patch
Size: 306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180905/7456822c/attachment.bin>
More information about the llvm-commits
mailing list