Example not linking with LLVM

Is any LLVM users group? I see only dev mailing lists and dev Google group.
I try compile https://github.com/borneq/llvm-toy inside Code::Blocks IDE.
command:
g++ -o bin/Debug/toy obj/Debug/codegen.o obj/Debug/main.o obj/Debug/parser.o obj/Debug/tokens.o -lLLVMCore -lLLVMSupport -lLLVMDemangle -lrt -ldl -lpthread -lz -lm -lLLVMMCJIT -lLLVMExecutionEngine -lLLVMRuntimeDyld -lLLVMTarget -lLLVMObject

Is error:
undefined reference to `llvm::sys::DynamicLibrary::getPermanentLibrary
I try also Clang toolchain instead of GCC
Topic archived. No new replies allowed.