Hi all, Will anyone object to (my) adding llvm-config error code check in Makefile.rules? I had errors in target definition which called early abort of llvm-config in Makefile. These went undetected and caused tons of following errors in other modules (because llvm-config failed to generate appropriate cmdline strings for g++). - Yuri