Make coff-dump.py executable and add python as executable for this script.

This fixes the MC/COFF/basic-coff.ll test case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109497 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tobias Grosser 2010-07-27 09:01:26 +00:00
parent 0e6fcf4be3
commit 56029271f9

1
test/Scripts/coff-dump.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#===-- coff-dump.py - COFF object file dump utility-------------------------===#
#
# The LLVM Compiler Infrastructure