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:
|
#changelog:
|
||||||
#10/13/2005b: replaced the # in tmp(.#*)* with alphanumeric and _, this will then remove
|
#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
|
#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
|
#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
|
# encoding: utf-8
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
""" A small program to compute checksums of LLVM checkout.
|
""" A small program to compute checksums of LLVM checkout.
|
||||||
"""
|
"""
|
||||||
from __future__ import absolute_import
|
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.
|
# 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
|
# Checks C++ files to make sure they conform to LLVM standards, as specified in
|
||||||
# http://llvm.org/docs/CodingStandards.html .
|
# 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
|
# 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.
|
# 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:
|
# This creates a CSV file from the output of the debug output of subtarget:
|
||||||
# llvm-tblgen --gen-subtarget --debug-only=subtarget-emitter
|
# 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
|
# Auto-generates an exhaustive and repetitive test for correct bundle-locked
|
||||||
# alignment on x86.
|
# alignment on x86.
|
||||||
|
Loading…
Reference in New Issue
Block a user