commit | 974a8ccb2b9f5b930ce47f65122b5a86481e57fe | [log] [tgz] |
---|---|---|
author | Muhammad Omair Javaid <omair.javaid@linaro.org> | Tue Apr 22 18:00:07 2025 +0500 |
committer | Muhammad Omair Javaid <omair.javaid@linaro.org> | Tue Apr 22 18:03:54 2025 +0500 |
tree | 255e131b372d85ea271a9a389f859f133f3a2cfc | |
parent | 2e145f11c0bcfa2052416d96d682c75f33971a8c [diff] |
[LLDB] Silence Windows buildbot failure caused by #136226 This patch temporarily silences a LLDB test failure caused by PR 136226. The PR added symbol/table count statistics but caused failures in the lldb-aarch64-windows buildbot where the reported number of symbols and symbol tables were incorrectly showing as 0. https://lab.llvm.org/buildbot/#/builders/141/builds/8084
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.