[lit] Undo the patch to stop writing pyc files.
authorZachary Turner <zturner@google.com>
Wed, 20 Sep 2017 20:31:24 +0000 (20:31 +0000)
committerZachary Turner <zturner@google.com>
Wed, 20 Sep 2017 20:31:24 +0000 (20:31 +0000)
The problems on the bots appear to be resolved and this was
determined to not be the culprit.  Removing this.

llvm-svn: 313807

llvm/utils/lit/lit.py
llvm/utils/llvm-lit/llvm-lit.in

index 22a8e7b..af070c6 100755 (executable)
@@ -1,8 +1,6 @@
 #!/usr/bin/env python
 import sys
 
-sys.dont_write_bytecode = True
-
 from lit.main import main
 
 if __name__=='__main__':
index 22e4f6f..a12056d 100755 (executable)
@@ -3,8 +3,6 @@
 import os
 import sys
 
-sys.dont_write_bytecode = True
-
 config_map = {}
 
 def map_config(source_dir, site_config):