[PATCH] D76642: Make static linking for LLVM plugins more reliable.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 07:33:40 PDT 2020


Meinersbur added a comment.

Symbols should be pulled by the responsible tools, e.g. bugpoint: https://reviews.llvm.org/D61446#C1743754NL232 . AFAIK there is no requirements that plugins generate object libraries. For instance, in my typical build configuration, there are no "obj.LLVM*" targets. It depends on the build configuration I guess, whether shared objects and static libraries are both built.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76642





More information about the llvm-commits mailing list