diff options
| author | Tom Stellard <tstellar@redhat.com> | 2018-10-19 17:48:37 +0000 |
|---|---|---|
| committer | Tom Stellard <tstellar@redhat.com> | 2018-10-19 17:48:37 +0000 |
| commit | 8c4d80af1f7423c7346ffcaab5c204db6d640618 (patch) | |
| tree | 7988080e5edd8413d111c2892e64e70718495263 | |
| parent | 00b161b8971bc6d3cb55f13502288b8fe0dbaa42 (diff) | |
| download | bcm5719-llvm-8c4d80af1f7423c7346ffcaab5c204db6d640618.tar.gz bcm5719-llvm-8c4d80af1f7423c7346ffcaab5c204db6d640618.zip | |
Merging r343347:
------------------------------------------------------------------------
r343347 | cmatthews | 2018-09-28 10:55:18 -0700 (Fri, 28 Sep 2018) | 4 lines
make lit builtins a package
cat.py is not being installed when lit is installed from source. So
tests that use the internal shell fail when using cat.
------------------------------------------------------------------------
llvm-svn: 344792
| -rw-r--r-- | llvm/utils/lit/lit/builtin_commands/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/utils/lit/lit/builtin_commands/__init__.py b/llvm/utils/lit/lit/builtin_commands/__init__.py new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/llvm/utils/lit/lit/builtin_commands/__init__.py |

