1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/Scripts
Reid Kleckner cb8f1dfdd3 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".

llvm-svn: 173508
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.