1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

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
This commit is contained in:
Tobias Grosser 2010-07-27 09:01:26 +00:00
parent ebc6c0cf50
commit cac9d6f302

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