| commit | cba522d62b97ab4c1d9114f3d00eeb38443e60cf | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Mon Nov 19 16:41:31 2018 +0000 |
| committer | Zachary Turner <zturner@google.com> | Mon Nov 19 16:41:31 2018 +0000 |
| tree | 408c7519dceb2bffba575fc9cbf2fc39dd26429c | |
| parent | be3d7ba9fb0902ad590301ebeff7fbf5587e6a63 [diff] [blame] |
Remove non-ASCII characters at the beginning of file. It's not clear how these ended up in the file, but this fixes it. llvm-svn: 347223
diff --git a/lldb/lit/helper/toolchain.py b/lldb/lit/helper/toolchain.py index 183db60..7aa5d0e 100644 --- a/lldb/lit/helper/toolchain.py +++ b/lldb/lit/helper/toolchain.py
@@ -1,4 +1,4 @@ -import os +import os import platform import subprocess import sys