| commit | 6cd651ae21f29a48988476d31ed9ebf8315ff308 | [log] [tgz] |
|---|---|---|
| author | Dave Lee <davelee.com@gmail.com> | Wed Dec 17 19:39:25 2025 -0800 |
| committer | GitHub <noreply@github.com> | Wed Dec 17 19:39:25 2025 -0800 |
| tree | 66496d58e33d7ca16a68804483fe7d9298a79b04 | |
| parent | cd75676928ad05f223a5ca62e303b1ca4ef672ff [diff] |
Revert "Make result variables obey their dynamic values in subsequent expressions (#168611)" (#172780) [Green Dragon's lldb incremental tests (x86_64)](https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/) are failing beginning with https://github.com/llvm/llvm-project/pull/168611. This commit reverts that change. If the job continues to fail after committing this revert, then I will recommit the original. rdar://166741668 This reverts commit 6344e3aa8106dfdfb30cac36c8ca02bc4c52ce24.
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.