commit | 1876a89b259b04af28ca0ffbcff36d5e9e2eb71a | [log] [tgz] |
---|---|---|
author | Aiden Grossman <aidengrossman@google.com> | Wed Mar 26 19:05:33 2025 +0000 |
committer | Aiden Grossman <aidengrossman@google.com> | Wed Mar 26 19:06:31 2025 +0000 |
tree | 2538b7dc8607c59393963ec66da4f7b5ee770378 | |
parent | d2a7a249c567cb170f22fe6e932896f9298b581d [diff] |
[llvm-exegesis] Require RISCV Target for new test This test was causing buildbot failures because it requires both the RISCV and X86 targets to be enabled to run successfully. It already requires the X86 target by virtue of being in the X86/ test directory, but failed to require the RISCV target, which this patch corrects.
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.