diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2010-07-27 09:01:26 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2010-07-27 09:01:26 +0000 |
commit | 56029271f98815227751d43ceeee93314559f428 (patch) | |
tree | 489988234318ae219db84ee65b3fef526cc57ba0 /test/Scripts/coff-dump.py | |
parent | 0e6fcf4be360f5d73685c213e3b4af1bb9ce2b5d (diff) |
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/coff-dump.py')
-rwxr-xr-x[-rw-r--r--] | test/Scripts/coff-dump.py | 1 |
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 |