| commit | b735c66da9c9ae752b88941d466895a0b696c75e | [log] [tgz] |
|---|---|---|
| author | Thomas Fransham <tfransham@gmail.com> | Tue Oct 22 08:29:27 2024 +0100 |
| committer | GitHub <noreply@github.com> | Tue Oct 22 10:29:27 2024 +0300 |
| tree | e73aab023b56cdffb03a24c749aa1835d32fa05e | |
| parent | 5ee9c2c0d9e585ac9298c32e1f3783628be3ce0a [diff] |
Reland 'Update llvm::Registry to work for LLVM shared library builds on windows' (#109024) (#112640) Fix missing extern templates for llvm::Registry use in other projects of llvm Windows doesn't implicitly import and merge exported symbols across shared libraries like Linux does so we need to explicitly export/import each instantiation of llvm::Registry. Updated LLVM_INSTANTIATE_REGISTRY to just be a full explicit template instantiation. This is part of the work to enable LLVM_BUILD_LLVM_DYLIB and LLVM plugins on window.
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.