Home
last modified time | relevance | path

Searched full:python3 (Results 1 – 25 of 203) sorted by relevance

123456789

/llvm-project/lldb/cmake/modules/
H A DFindPythonAndSwig.cmake10 find_package(Python3 COMPONENTS Interpreter Development)
16 # @rpath/Python3.framework/Versions/3.x/Python3
18 # This means that we need to compute the path to the Python3.framework
22 # called Python.framework instead of Python3.framework.
23 if (APPLE AND Python3_LIBRARIES MATCHES "Python3.framework")
24 string(FIND "${Python3_LIBRARIES}" "Python3.framework" python_framework_pos)
/llvm-project/.github/workflows/
H A Drelease-lit.yml38 sudo apt-get install -y python3-setuptools python3-psutil python3-github
66 python3 setup.py sdist bdist_wheel
/llvm-project/lldb/test/API/lua_api/
H A DTestLuaAPI.py14 In Python2, the 'str' type is the same as 'bytes'. In Python3, the
21 # In Python3, this branch is taken only for 'str'.
25 # In Python3, this is true only for 'bytes'.
37 # - In Python3:
42 # 'unicode' type in Python3 (all the Python3 cases were already handled). In
/llvm-project/llvm/utils/lit/lit/
H A Dutil.py46 In Python2, the 'bytes' type is the same as 'str'. In Python3, they
52 # In Python3, this branch is taken only for 'bytes'.
55 # In Python3, 's' is a 'str' object.
63 In Python2, the 'str' type is the same as 'bytes'. In Python3, the
70 # In Python3, this branch is taken only for 'str'.
74 # In Python3, this is true only for 'bytes'.
86 # - In Python3:
91 # 'unicode' type in Python3 (all the Python3 cases were already handled). In
103 In Python2, this is the unicode type. In Python3 i
[all...]
/llvm-project/flang/examples/FlangOmpReport/
H A Dyaml_summarizer.py19 ``python3 yaml_summarizer.py``
34 ``python3 yaml_summarizer.py -d ~/llvm-project/build/ -r``
36 ``python3 yaml_summarizer.py -d "~/llvm-project/build/;~/llvm-project/flang/test/Examples"``
38 ``python3 yaml_summarizer.py -l -o ~/examples/report.yaml``
44 $ python3 yaml_summarizer.py file_1.yaml file_2.yaml
58 $ python3 yaml_summarizer.py -l file_1.yaml file_2.yaml
/llvm-project/llvm/utils/TableGen/jupyter/
H A DREADME.md22 If you have installed Jupyter into a virtual environment, adjust `python3` to
27 python3 -m tablegen_kernel.install
65 python3 tablegen_kernel/kernel.py
/llvm-project/lldb/docs/resources/
H A Dcaveats.rst40 ``which python3`` to check to what it resolves.
47 $ xcrun python3
48 $ /usr/bin/python3
/llvm-project/clang/utils/analyzer/
H A DDockerfile18 python3=3.6.7-1~18.04 \
19 python3-pip=9.0.1-2.3* \
59 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
/llvm-project/utils/bazel/
H A Dconfigure.bzl39 python_bin = repository_ctx.which("python3")
41 # Windows typically just defines "python" as python3. The script itself
42 # contains a check to ensure python3.
46 fail("Failed to find python3 binary")
/llvm-project/libcxx/utils/ci/
H A DDockerfile92 python3 \
93 python3-dev \
94 python3-packaging \
95 python3-setuptools \
96 python3-psutil \
106 #RUN apt-get update && apt-get install -y ninja-build python3 python3-distutils python3-psutil git gdb ccache
H A Dmacos-ci-setup
/llvm-project/lldb/test/API/
H A Dget_darwin_real_python.py1 # On macOS, system python binaries like /usr/bin/python and $(xcrun -f python3)
5 # a Homebrew python3 binary, which also appears to be some kind of shim.
/llvm-project/bolt/utils/docker/
H A DDockerfile8 build-essential cmake ninja-build python3 libjemalloc-dev \
9 python3-psutil && \
/llvm-project/libc/benchmarks/
H A DREADME.md83 apt-get install python3-pip
86 You may need `python3-gtk` or similar package to display the graphs.
91 python3 libc/benchmarks/libc-benchmark-analysis.py3 /tmp/benchmark_result.json ...
H A Dlibc-benchmark-analysis.py34 > apt-get install python3-pip
8 > python3 libc/benchmarks/libc-benchmark-analysis.py3 <files>
/llvm-project/mlir/cmake/modules/
H A DMLIRDetectPythonEnv.cmake11 find_package(Python3 ${LLVM_MINIMUM_PYTHON_VERSION}
22 find_package(Python3 ${LLVM_MINIMUM_PYTHON_VERSION}
/llvm-project/clang/tools/clang-format/
H A Dclang-format.py8 # elseif has('python3')
13 # The if-elseif-endif conditional should pick either the python3 or python2
33 # : elseif has('python3')
/llvm-project/lldb/test/
H A DCMakeLists.txt3 # Lit requires a Python3 interpreter, let's be careful and fail early if it's
7 "LLDB test suite requires a Python3 interpreter but none "
8 "was found. Please install Python3 or disable tests with "
/llvm-project/llvm/utils/release/
H A Dgithub-upload-release.py1 #!/usr/bin/env python3
12 # This script requires python3 and the PyGithub module.
/llvm-project/clang/tools/include-mapping/
H A Dgen_std.py1 #!/usr/bin/env python3
31 python3 gen_std.py -cppreference cppreference/reference -symbols=cpp > StdSymbolMap.inc
33 python3 gen_std.py -cppreference cppreference/reference -symbols=c > CSymbolMap.inc
/llvm-project/llvm/utils/lit/
H A Dlit.py1 #!/usr/bin/env python3
/llvm-project/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_prepare.py1 #!/usr/bin/env python3
/llvm-project/llvm/utils/lit/tests/
H A Dcheck-tested-lit-timeout-ability1 #!/usr/bin/python3
/llvm-project/clang/cmake/caches/
H A DCrossWinToARMLinux.cmake231 # Avoid searching for the python3 interpreter during the runtimes configuration for the cross builds.
232 # It starts searching the python3 package using the target's sysroot path, that usually is not compatible with the build host.
233 find_package(Python3 COMPONENTS Interpreter)
/llvm-project/openmp/runtime/cmake/
H A Dconfig-ix.cmake226 # Find python3 executable
227 # Python3 is used to create kmp_i18n_id.inc and
229 find_package(Python3 REQUIRED COMPONENTS Interpreter)

123456789