| commit | f9b371d6737eddd2d491d74a3939e1069628ec50 | [log] [tgz] |
|---|---|---|
| author | David Spickett <david.spickett@linaro.org> | Thu Oct 09 10:20:27 2025 +0000 |
| committer | David Spickett <david.spickett@linaro.org> | Thu Oct 09 10:22:19 2025 +0000 |
| tree | dc6d027461741fa5e3c6ea4bf5f20e65a887a82b | |
| parent | 22b79fb3b9d051a83520eaa9d03abad782697448 [diff] |
[llvm-exegis][test] Ignore file path in no-aliasing-ld-str.s This test failed on a buildbot where the path happened to contain "ld2": /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/test/tools/llvm-exegesis/AArch64/Output/no-aliasing-ld-str.s.tmp.obj: file format elf64-littleaarch64 To fix this, make lit consume a line past this one and do the check-not after that point.
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.