llvm-6502/test/Scripts
NAKAMURA Takumi b087c8490f test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995]
With Python-2.4, Reader::read64 always returns (unexpected) long integer.
FileCheck detects failure on test/MC/MachO among '0' and '0L'.

CentOS5(aka RHEL5 clone) provides python-2.4.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117637 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-29 01:14:16 +00:00
..
coff-dump.py Fix Formatting. 2010-10-08 03:17:21 +00:00
coff-dump.py.bat test: Fix binary stdin issues with coff-dump on Windows. 2010-10-07 06:29:21 +00:00
common_dump.py Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
elf-dump Cut unneeded global variable. 2010-10-20 22:01:39 +00:00
elf-dump.bat Add an elf-dumper utility. 2010-09-09 15:00:41 +00:00
ignore
macho-dump test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995] 2010-10-29 01:14:16 +00:00
macho-dump.bat
README.txt

This directory contains scripts which are used by the TestRunner style
tests, which allows them to be simpler and more direct.