1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[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:
Zachary Turner 2017-09-20 20:31:24 +00:00
parent e558077eb1
commit f82fa532e3
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
#!/usr/bin/env python
import sys
sys.dont_write_bytecode = True
from lit.main import main
if __name__=='__main__':

View File

@ -3,8 +3,6 @@
import os
import sys
sys.dont_write_bytecode = True
config_map = {}
def map_config(source_dir, site_config):