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:
parent
e558077eb1
commit
f82fa532e3
@ -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
Block a user