mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-21 18:22:53 +01:00
Harmonize Python shebang
Differential Revision: https://reviews.llvm.org/D83857
This commit is contained in:
parent
6bfa8ac3f9
commit
c5e705c5f8
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
#changelog:
|
||||
#10/13/2005b: replaced the # in tmp(.#*)* with alphanumeric and _, this will then remove
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
#this is a script to extract given named nodes from a dot file, with
|
||||
#the associated edges. An edge is kept iff for edge x -> y
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
|
||||
import argparse
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
""" A small program to compute checksums of LLVM checkout.
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Common lint functions applicable to multiple types of files.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Checks C++ files to make sure they conform to LLVM standards, as specified in
|
||||
# http://llvm.org/docs/CodingStandards.html .
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Checks files to make sure they conform to LLVM standards which can be applied
|
||||
# to any programming language: at present, line length and trailing whitespace.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
# This creates a CSV file from the output of the debug output of subtarget:
|
||||
# llvm-tblgen --gen-subtarget --debug-only=subtarget-emitter
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Auto-generates an exhaustive and repetitive test for correct bundle-locked
|
||||
# alignment on x86.
|
||||
|
Loading…
Reference in New Issue
Block a user