[llvm-commits] [llvm] r109497 - /llvm/trunk/test/Scripts/coff-dump.py

Tobias Grosser grosser at fim.uni-passau.de
Tue Jul 27 02:01:26 PDT 2010


Author: grosser
Date: Tue Jul 27 04:01:26 2010
New Revision: 109497

URL: http://llvm.org/viewvc/llvm-project?rev=109497&view=rev
Log:
Make coff-dump.py executable and add python as executable for this script.

This fixes the MC/COFF/basic-coff.ll test case.

Modified:
    llvm/trunk/test/Scripts/coff-dump.py   (contents, props changed)

Modified: llvm/trunk/test/Scripts/coff-dump.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Scripts/coff-dump.py?rev=109497&r1=109496&r2=109497&view=diff
==============================================================================
--- llvm/trunk/test/Scripts/coff-dump.py (original)
+++ llvm/trunk/test/Scripts/coff-dump.py Tue Jul 27 04:01:26 2010
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #===-- coff-dump.py - COFF object file dump utility-------------------------===#
 #
 #                     The LLVM Compiler Infrastructure

Propchange: llvm/trunk/test/Scripts/coff-dump.py
------------------------------------------------------------------------------
    svn:executable = *





More information about the llvm-commits mailing list