commit | 556e69b7f4328a0d7c36c9d7ca0dd8f52f82ad71 | [log] [tgz] |
---|---|---|
author | Charles Zablit <c_zablit@apple.com> | Tue Jun 17 17:52:03 2025 +0100 |
committer | GitHub <noreply@github.com> | Tue Jun 17 11:52:03 2025 -0500 |
tree | bd7fac05fb03708a94c4d6f8636cf4ad828ea068 | |
parent | 5baf351ba819e1e6bae0250492e85a2862ef406b [diff] |
[lldb] make lit use the same Python executable for building and testing (#143756) When testing LLDB, we want to make sure to use the same Python as the one we used to build it. This patch uses the CMake variable `Python3_ROOT_DIR` to add the correct Python to the `PATH` in LLDB lit tests, in order to ensure of this. Please see https://github.com/swiftlang/swift/pull/82063 for the original issue. This is a continuation of https://github.com/swiftlang/swift/pull/82063.
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.