mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 05:06:07 +00:00

Building with -DLLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES=Off should not prevent the PluginsTests and DynamicLibraryTests unit tests from working. This fix uses the approach implemented in https://github.com/llvm/llvm-project/pull/101741. rdar://135849875