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 | 731b079edb62292cc9e759d85a47fc2a4ce5a443 (patch) | |
| tree | 43646b89f0272641796a36ed0b404fc3d7e48e10 /llvm/test/Scripts | |
| parent | fc763867d56787fd618ae15d37471c227260506d (diff) | |
| download | bcm5719-llvm-731b079edb62292cc9e759d85a47fc2a4ce5a443.tar.gz bcm5719-llvm-731b079edb62292cc9e759d85a47fc2a4ce5a443.zip | |
Make coff-dump.py executable and add python as executable for this script.
This fixes the MC/COFF/basic-coff.ll test case.
llvm-svn: 109497
Diffstat (limited to 'llvm/test/Scripts')
| -rwxr-xr-x[-rw-r--r--] | llvm/test/Scripts/coff-dump.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Scripts/coff-dump.py b/llvm/test/Scripts/coff-dump.py index b3e16e5015c..57a58134702 100644..100755 --- a/llvm/test/Scripts/coff-dump.py +++ b/llvm/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 |

