Is there an API function exported from libLLVM.so that would return the version of llvm compiler used? I would like to be able to read not only 2.8 but also the precise source version identifier, like svn revision for example. And maybe the build date. Yuri