Make coff-dump.py executable and add python as executable for this script.
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 27 Jul 2010 09:01:26 +0000 (09:01 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Tue, 27 Jul 2010 09:01:26 +0000 (09:01 +0000)
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

test/Scripts/coff-dump.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index b3e16e5..57a5813
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #===-- coff-dump.py - COFF object file dump utility-------------------------===#
 #
 #                     The LLVM Compiler Infrastructure