[PATCH] D70026: [cmake] Always build the libLLVM shared library

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 09:36:31 PST 2019


tstellar added a comment.

In D70026#1740962 <https://reviews.llvm.org/D70026#1740962>, @compnerd wrote:

> I'm kinda torn on this.  Although this simplifies the build, linking the DSO on Linux is painful unless you externalise the debug info (i.e. build with fission).  On the other hand, people should be encouraged to setup the distributions and use that to build the full set that they need.  I think that marking `libLLVM` as `EXCLUDE_FROM_ALL` is a decent compromise.


Is it more painful than linking any other tool in the tools/ dir?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70026





More information about the llvm-commits mailing list