These libraries are intended to be used as part of specific
applications (like mlir-opt). If they are both included in a single
library (e.g. libLLVM.so), then their options will collide, because
static initializers will be called more than once.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 43800 Build 44799: arc lint + arc unit
Event Timeline
Comment Actions
Isn't BUILDTREE_ONLY preventing from installing these library at all?
Some external projects may want to re-use them.