| commit | 3e790bd03a970e05f1717d91f870cbdfb69a0b78 | [log] [tgz] |
|---|---|---|
| author | Aiden Grossman <aidengrossman@google.com> | Tue Sep 09 13:37:13 2025 -0700 |
| committer | GitHub <noreply@github.com> | Tue Sep 09 13:37:13 2025 -0700 |
| tree | 41eced657354716e48b098245e7afe918eb8196e | |
| parent | aa9af2a3ec4c986fc8a7103a2fbbcdc4ccc079e4 [diff] |
[not] Update disable-symbolization.test to work with internal shell This test is a special case as it executes two commands that are special cased in the internal shell implementation. env runs entirely inside the internal shell whereas not is handled specially, but still executed externally. The internal shell does reorder execution of these though, putting env commands before not which means we do not pick up environment variables set by not. These complications make it easier to just ensure that we invoke the actual env binary (by calling it through bash) rather than using the internal shell implementation. Fixes #106627 by fixing the test, but without fixing the redirection issue given the complexity does not seem justified. Reviewers: ilovepi, MaskRay, petrhosek Reviewed By: MaskRay Pull Request: https://github.com/llvm/llvm-project/pull/157236
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.