Re: Help with CMake linking Debian's LLVM libs

2016-06-07 Thread Gert Wollny
Am Dienstag, den 07.06.2016, 14:54 + schrieb Gianfranco Costamagna: > Hi, > > > > > $ ./debian/rules build > > which llvm version did upstream bundle? > > LLVM folks are known for breaking API between releases, so maybe just > you need a specific llvm version rather than the default one.

Re: Help with CMake linking Debian's LLVM libs

2016-06-07 Thread Gianfranco Costamagna
Hi, >$ ./debian/rules build which llvm version did upstream bundle? LLVM folks are known for breaking API between releases, so maybe just you need a specific llvm version rather than the default one. G.

Help with CMake linking Debian's LLVM libs

2016-06-07 Thread Sascha Steinbiss
Hi, I am trying to make SPAdes 3.8.0 [1] (just entered unstable) build with Debian's packaged LLVM libraries instead of using the version bundled by upstream. I have made the necessary CMake changes [2] in a separate git branch [3] but run into a problem that seems to stem from within the LLVM