llvm-6502/utils/lit
Daniel Dunbar 47e7c040f4 [lit] Support parsing scripts with inconsistent or invalid encodings.
- For whatever reason, we have a lot of test files with bogus unicode
   characters. This patch allows those scripts to still be parsed on Python3 by
   changing the parsing logic to work on binary files, and only require the
   actual script commands to be convertible to ascii.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188376 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-14 15:24:58 +00:00
..
examples [lit] Move ManyTests examples to lit/examples/many-tests. 2013-08-09 21:39:28 +00:00
lit [lit] Support parsing scripts with inconsistent or invalid encodings. 2013-08-14 15:24:58 +00:00
tests [lit] Support parsing scripts with inconsistent or invalid encodings. 2013-08-14 15:24:58 +00:00
utils [lit] Add a MANIFEST file and a script for sanity checking the source dist. 2013-01-31 00:21:59 +00:00
lit.py lit: Sink code into a 'lit' package. 2009-12-26 22:58:23 +00:00
MANIFEST.in [lit] Add a MANIFEST file and a script for sanity checking the source dist. 2013-01-31 00:21:59 +00:00
setup.py [lit] Support use of setup.py from other directories. 2013-08-13 19:08:48 +00:00
TODO [lit] Add some TODO notes to myself. 2013-01-30 00:12:24 +00:00