How to Determine the Llvm Version?
Hi I Just Downloaded Llvm Using the Command Svn Co Llvm How Can I Determine the Version of This Llvm (4.0, 3.9 or 3.8 Etc)? 2 Answers After Installation Try...
Hi I just downloaded LLVM using the command
svn co llvm
How can I determine the version of this LLVM (4.0, 3.9 or 3.8 etc)?
2 Answers
After installation
Try running :
llvm-config --version
You are checking out the trunk.
If you want a particular version checkout the appropriate branch.
would be llvm-3.5