forked from OSchip/llvm-project
[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
This commit is contained in:
parent
76935122cc
commit
08fe808b3d
|
@ -1,8 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
import sys
|
||||
|
||||
sys.dont_write_bytecode = True
|
||||
|
||||
from lit.main import main
|
||||
|
||||
if __name__=='__main__':
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
sys.dont_write_bytecode = True
|
||||
|
||||
config_map = {}
|
||||
|
||||
def map_config(source_dir, site_config):
|
||||
|
|
Loading…
Reference in New Issue