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 a2a3adcc66
commit 515bc8c155
60 changed files with 60 additions and 60 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# Be sure to add the python path that points to the LLDB shared library.

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
# To use:
# 1) Update the 'decls' list below with your fuzzing configuration.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Tests for litlint.py
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import os, sys, subprocess
from android_common import *

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import os, signal, sys, subprocess, tempfile
from android_common import *

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import os, sys, subprocess

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import os, sys, subprocess

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import json

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import glob, os, pipes, sys, subprocess

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# DExTer : Debugging Experience Tester
# ~~~~~~ ~ ~~ ~ ~~
#

View File

@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python
"""
A gdb-compatible frontend for lldb that implements just enough
commands to run the tests in the debuginfo-tests repository with lldb.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# ULP error plot tool.
#

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
# encoding: utf-8
import argparse

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# This module is designed to live inside the "lldb" python package

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#===-- armv7_cortex_m_target_definition.py.py ------------------*- C++ -*-===//
#
# The LLVM Compiler Infrastructure

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import cmd

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# ---------------------------------------------------------------------
# Be sure to add the python path that points to the LLDB shared library.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# Be sure to add the python path that points to the LLDB shared library.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# This module will enable GDB remote packet logging when the

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import argparse
import datetime

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# Be sure to add the python path that points to the LLDB shared library.

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
import string
import struct

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# This module will enable GDB remote packet logging when the

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# For the shells csh, tcsh:

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import lldb

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import lldb

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import cmd

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# Be sure to add the python path that points to the LLDB shared library.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import lldb
import struct

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# Be sure to add the python path that points to the LLDB shared library.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# Be sure to add the python path that points to the LLDB shared library.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import lldb

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import lldb

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import lldb

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import lldb
import optparse

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# Be sure to add the python path that points to the LLDB shared library.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#----------------------------------------------------------------------
# Be sure to add the python path that points to the LLDB shared library.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#===-- x86_64_linux_target_definition.py -----------------------------*- C++ -*-===//
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#===-- x86_64_qemu_target_definition.py -----------------------------*- C++ -*-===//
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#===-- x86_64_target_definition.py -----------------------------*- C++ -*-===//
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
import argparse
import itertools

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python3
#!/usr/bin/env python3
from multiprocessing import Pool
import multiprocessing

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import lldb
import struct

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import lldb
import struct

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import lldb
import struct

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
from __future__ import print_function

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function

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/env python
#!/usr/bin/env python
# encoding: utf-8
import argparse

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.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import pandas as pd
import numpy as np

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python3
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
# Polly/LLVM update_check.py

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import argparse, os
import json

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import argparse, isl, os
import json