diff options
author | Andrew Rogers <andrurogerz@gmail.com> | 2025-07-07 13:46:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-07 13:46:47 -0700 |
commit | ff1b37b87ab8897b236da234f7b2f461004641b8 (patch) | |
tree | 86823f0dc1203de9a76f6809d0a0311b4613b674 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | 830c0b7957e9b8e61106d94a7dbee5b3d09c72d9 (diff) | |
download | llvm-ff1b37b87ab8897b236da234f7b2f461004641b8.zip llvm-ff1b37b87ab8897b236da234f7b2f461004641b8.tar.gz llvm-ff1b37b87ab8897b236da234f7b2f461004641b8.tar.bz2 |
[llvm] annotate `LLVMCloneModule` for export (#145570)
## Purpose
This patch is one in a series of code-mods that annotate LLVM’s public
interface for export. This patch annotates the implementation of
`LLVMCloneModule ` with `LLVM_ABI` to match its declaration in
`llvm-c/Core.h`. The annotation currently has no meaningful impact on
the LLVM build; however, it is a prerequisite to support an LLVM Windows
DLL (shared library) build.
## Background
This effort is tracked in #109483. Additional context is provided in
[this
discourse](https://discourse.llvm.org/t/psa-annotating-llvm-public-interface/85307),
and documentation for `LLVM_ABI` and related annotations is found in the
LLVM repo
[here](https://github.com/llvm/llvm-project/blob/main/llvm/docs/InterfaceExportAnnotations.rst).
## Validation
Local builds and tests to validate cross-platform compatibility. This
included llvm, clang, and lldb on the following configurations:
- Windows with MSVC
- Windows with Clang
- Linux with GCC
- Linux with Clang
- Darwin with Clang
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions