Building libLLVMSupport library - special tricks?

Duncan,

Yes, I’d been pretty much performing the same diagnosis in parallel - it seems we just don’t have that libLLVMSupport library built.

Last night, tried the build of clang a few different ways to get that library built - including specifying the --gcc-toolchain option. No Joy!

Which of the clang/llvm source trees provides it? or is it in another source package? tools? Is there a Special Sauce which I must cook up?

Lou Picciano

(have changed topic title to re-focus on the core issue here!)

Hi Lou,

Duncan,

Yes, I'd been pretty much performing the same diagnosis in parallel - it seems
we just don't have that libLLVMSupport library built.

did you build LLVM? It's part of LLVM not part of clang. It's a very
fundamental part of LLVM too, so I don't understand how you can possibly
not have it. Where did you get your LLVM installation from?

Ciao, Duncan.