[PATCH] D76760: Do export symbols when LLVM_EXPORT_SYMBOLS_FOR_PLUGINS is on.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 25 11:21:19 PDT 2020


efriedma accepted this revision.
efriedma added a comment.

LGTM

> But another reasonable build configuration is to ask clang to export its symbols for out-of-tree plugins to use, without building the in-tree ones.

This was confusing to me... but then I looked a bit more to figure out what LLVM_EXPORT_SYMBOLS_FOR_PLUGINS actually does.  More crazy workarounds for Windows, I guess.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76760/new/

https://reviews.llvm.org/D76760





More information about the llvm-commits mailing list