summaryrefslogtreecommitdiff
path: root/test/Scripts
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2010-07-27 09:01:26 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2010-07-27 09:01:26 +0000
commit56029271f98815227751d43ceeee93314559f428 (patch)
tree489988234318ae219db84ee65b3fef526cc57ba0 /test/Scripts
parent0e6fcf4be360f5d73685c213e3b4af1bb9ce2b5d (diff)
downloadllvm-56029271f98815227751d43ceeee93314559f428.tar.gz
llvm-56029271f98815227751d43ceeee93314559f428.tar.bz2
llvm-56029271f98815227751d43ceeee93314559f428.tar.xz
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
Diffstat (limited to 'test/Scripts')
-rwxr-xr-x[-rw-r--r--]test/Scripts/coff-dump.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Scripts/coff-dump.py b/test/Scripts/coff-dump.py
index b3e16e5015..57a5813470 100644..100755
--- a/test/Scripts/coff-dump.py
+++ b/test/Scripts/coff-dump.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
#===-- coff-dump.py - COFF object file dump utility-------------------------===#
#
# The LLVM Compiler Infrastructure