diff options
author | Steven Wu <stevenwu@apple.com> | 2024-08-13 09:56:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-13 09:56:02 -0700 |
commit | a9604cd3212beb6cdb41a79f248723140ab9939d (patch) | |
tree | cde17aa29653c44e0ae9b2df90c9663c60927e9b /llvm/lib/IR/Module.cpp | |
parent | 80c51fad3b683c8c9ee4c26aa41eda2f78a29627 (diff) | |
download | llvm-a9604cd3212beb6cdb41a79f248723140ab9939d.zip llvm-a9604cd3212beb6cdb41a79f248723140ab9939d.tar.gz llvm-a9604cd3212beb6cdb41a79f248723140ab9939d.tar.bz2 |
[CMake] Fix DynamicLibraryTests exports symbol when plugins are enabled (#102941)
Exporting symbols from tools directory never worked with
`LLVM_EXPORT_SYMBOLS_FOR_PLUGINS=On`. When that options is on, only
symbols from the static library is linked is exported due to the export
symbols computation script. DynamicLibraryTests needs to export a symbol
from the tools/executable directory, so update it to use export list
instead.
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions