mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 02:56:06 +00:00

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.
See docs/CMake.html for instructions on how to build LLVM with CMake.