commit | 92da37b08f95844576c5d5502712bab0961e2f27 | [log] [tgz] |
---|---|---|
author | Thomas Fransham <tfransham@gmail.com> | Fri Sep 20 07:50:45 2024 +0100 |
committer | GitHub <noreply@github.com> | Fri Sep 20 09:50:45 2024 +0300 |
tree | 3e50a150ab5ca56db7948ec15c058de6f8e3f91f | |
parent | 2c6e5ef6873e9c80190beb62c625e16802c9901d [diff] |
[Object][NFC] Add extern template declarations needed by llvm-objdump (#109156) These symbols are implicitly imported from the LLVM shared library by llvm-objdump on ELF like platforms, but for windows they need to be explicitly exported when LLVM is built as shared library. I also add visibility macros for XCOFFObjectFile::getExceptionEntries that can't automatically be added by clang tooling since it doesn't store the source locations for explicit function template instantiations.
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.