summaryrefslogtreecommitdiff
path: root/utils/llvm-lit
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-09-20 20:31:24 +0000
committerZachary Turner <zturner@google.com>2017-09-20 20:31:24 +0000
commitce7bcb209033409715ce05f1490d34bc8ba2811c (patch)
tree9fa004e03fa78b6a3c23ef7baa0baa4da35e24f5 /utils/llvm-lit
parent7287fcb5d580e8ac0b860ddd4da03dc395795fa0 (diff)
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/llvm-lit')
-rwxr-xr-xutils/llvm-lit/llvm-lit.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/llvm-lit/llvm-lit.in b/utils/llvm-lit/llvm-lit.in
index 22e4f6f57fc..a12056dcc55 100755
--- a/utils/llvm-lit/llvm-lit.in
+++ b/utils/llvm-lit/llvm-lit.in
@@ -3,8 +3,6 @@
import os
import sys
-sys.dont_write_bytecode = True
-
config_map = {}
def map_config(source_dir, site_config):