diff options
author | Zachary Turner <zturner@google.com> | 2017-09-20 20:31:24 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-09-20 20:31:24 +0000 |
commit | 08fe808b3de7d217a58f79c52368836fd41ae3c6 (patch) | |
tree | 0e5de9d436672c401c5ddfcbcc31757b1e4f8c7f /llvm/utils/lit/lit.py | |
parent | 76935122cce2b45d5a48766e4840b8f908bfa126 (diff) | |
download | bcm5719-llvm-08fe808b3de7d217a58f79c52368836fd41ae3c6.tar.gz bcm5719-llvm-08fe808b3de7d217a58f79c52368836fd41ae3c6.zip |
[lit] Undo the patch to stop writing pyc files.
The problems on the bots appear to be resolved and this was
determined to not be the culprit. Removing this.
llvm-svn: 313807
Diffstat (limited to 'llvm/utils/lit/lit.py')
-rwxr-xr-x | llvm/utils/lit/lit.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/utils/lit/lit.py b/llvm/utils/lit/lit.py index 22a8e7b016a..af070c69b5b 100755 --- a/llvm/utils/lit/lit.py +++ b/llvm/utils/lit/lit.py @@ -1,8 +1,6 @@ #!/usr/bin/env python import sys -sys.dont_write_bytecode = True - from lit.main import main if __name__=='__main__': |