[llvm] [Opt] Enable statically-linked plugin support (PR #79227)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 12:51:44 PST 2024


efriedma-quic wrote:

The clang version of this only supported Bazel builds, not CMake builds, so it didn't have to worry about -DBUILD_SHARED_LIBS.  (I didn't realize this at the time because the patch didn't actually touch those bits.)

https://github.com/llvm/llvm-project/pull/79227


More information about the llvm-commits mailing list