[llvm-dev] Distributing llc and opt with own package?

Moritz Angermann via llvm-dev llvm-dev at lists.llvm.org
Fri Mar 10 06:31:25 PST 2017


Hi,

I was wondering, if someone could point me into the right direction,
towards building just llc and opt (potentially 4.0 + patches) to distribute
them in the interim with compiler?  The idea is that we’d like to pin our
llvm ir code generator to a specific set of llc and opt tools, with
potential patches applied, until we manage to get all those patches
upstreamed.

I’d like to find answers to the following question:
- How trivially can I build just llc and opt into (maybe static?)
  distributable binaries?
- Would generating them for multiple architectures pose any specific
  complications?

Cheers,
 Moritz


More information about the llvm-dev mailing list