| commit | 6785c4f2ff16b4453d1140d9ccbbf00a93d6542e | [log] [tgz] |
|---|---|---|
| author | Jacques Pienaar <jpienaar@google.com> | Mon Oct 13 05:55:32 2025 +0200 |
| committer | GitHub <noreply@github.com> | Sun Oct 12 20:55:32 2025 -0700 |
| tree | 0c742884c3425e65848572757aefb4321d7a0c95 | |
| parent | a2a146b67c517aa324760d106ad0f44ddbe512e3 [diff] |
[mlir][tblgen] Avoid compilation failure (#161545) This would have failed during compilation post generation later, trim and use raw string literals to avoid such failures. Probably a few more places where similar failures could occur, but this was unexpected failure user ran into.
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.