1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

Harmonize Python shebang

Differential Revision: https://reviews.llvm.org/D83857
This commit is contained in:
serge-sans-paille 2020-07-15 09:31:13 +02:00
parent 6bfa8ac3f9
commit c5e705c5f8
9 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Common lint functions applicable to multiple types of files.

View File

@ -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 .

View File

@ -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.

View File

@ -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

View File

@ -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.