Set the +x bit on two batch scripts
authorReid Kleckner <reid@kleckner.net>
Fri, 25 Jan 2013 22:12:50 +0000 (22:12 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 25 Jan 2013 22:12:50 +0000 (22:12 +0000)
commit0198e00318578093e90d8734ed2ca4891ac1b0c0
treee3be312961ce881c5d6cb7866d268b5aee97af81
parent1bda56ce55f4a298cbc8e7ef0ce435945d2bb18f
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
llvm/test/Scripts/coff-dump.py.bat [changed mode: 0644->0755]
llvm/test/Scripts/elf-dump.bat [changed mode: 0644->0755]