Ludovic Courtès writes: > Eric Bavier <[email protected]> skribis: > >> * gnu/packages/llvm.scm: New file. >> * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > > [...] > >> + (inputs `(("llvm" ,llvm) >> + ("libxml2" ,libxml2) >> + ,@(package-inputs llvm))) > > Should LLVM be a propagated input of Clang?
Probably. There are installed headers that refer to llvm headers. That's usually a candidate for propagation, correct? > Otherwise LGTM. (And congrats on these two!) Thanks. -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
