llvm-6502/test/Scripts
Reid Kleckner 2f67dc9266 Set the +x bit on two batch scripts
Cygwin git-svn will faithfully forward the svn properties all the way
down to the NTFS executable permission.  Without the +x bit, tests using
these scripts fail with "Access Denied".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173508 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-25 22:12:50 +00:00
..
coff-dump.py Fix Formatting. 2010-10-08 03:17:21 +00:00
coff-dump.py.bat Set the +x bit on two batch scripts 2013-01-25 22:12:50 +00:00
common_dump.py Fix the bitwidth of the remaining fields. 2011-08-04 17:00:11 +00:00
elf-dump Added program header emission 2012-11-16 20:51:32 +00:00
elf-dump.bat Set the +x bit on two batch scripts 2013-01-25 22:12:50 +00:00
ignore Revert r98892. BSD systems may not have bash installed at all. 2010-03-19 00:32:11 +00:00
macho-dumpx macho-dump: Switch to C++ macho-dump tool. 2010-12-10 06:19:45 +00:00
macho-dumpx.bat macho-dump: Switch to C++ macho-dump tool. 2010-12-10 06:19:45 +00:00
README.txt

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