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
Hi Yuri,> 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.maybe utils/GetSourceVersion will help. Ciao, Duncan.
On 07/21/2010 03:39, Duncan Sands wrote:> maybe utils/GetSourceVersion will help. >No, I meant can I read the version from the shared library libLLVM.so? I guess the answer is "no". So I will make a patch for this. Yuri
Reasonably Related Threads
- [LLVMdev] Can I read llvm version through API?
- [LLVMdev] Can I read llvm version through API?
- [LLVMdev] Why -jit-emit-debug doesn't work with gdb-7.1 ?
- [LLVMdev] Is the option --enable-shared discontinued in 2.7?
- [LLVMdev] Why -jit-emit-debug doesn't work with gdb-7.1 ?